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 (#166)
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 authored Jan 25, 2019
1 parent a388af1 commit af196ba
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 modeldict
--cov-report term-missing
--cov-fail-under 80
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@ paths = modeldict
runtests.py
setup.py
tests

[tool:pytest]
addopts = --cov modeldict
--cov-report term-missing
--cov-fail-under 80

0 comments on commit af196ba

Please sign in to comment.