Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Move Pytest config from setup.cfg to pytest.ini
Browse files Browse the repository at this point in the history
As per pytest-dev/pytest#3375 , mentioned in changelog for 4.1.1
  • Loading branch information
adamchainz committed Jan 25, 2019
1 parent 4c764e9 commit 0ce406f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[pytest]
addopts = --cov=nexus
--cov-report term-missing
--cov-fail-under 90
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,3 @@ paths = nexus
runtests.py
setup.py
tests

[tool:pytest]
addopts = --cov=nexus
--cov-report term-missing
--cov-fail-under 90

0 comments on commit 0ce406f

Please sign in to comment.