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

Commit 3c5138b

Browse files
committed
Move Pytest config from setup.cfg to pytest.ini
As per pytest-dev/pytest#3375 , mentioned in changelog for 4.1.1
1 parent a388af1 commit 3c5138b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pytest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[pytest]
2+
addopts = --cov modeldict
3+
--cov-report term-missing
4+
--cov-fail-under 80

setup.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,3 @@ paths = modeldict
1818
runtests.py
1919
setup.py
2020
tests
21-
22-
[tool:pytest]
23-
addopts = --cov modeldict
24-
--cov-report term-missing
25-
--cov-fail-under 80

0 commit comments

Comments
 (0)