Skip to content

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 313acf1 commit 25141bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[pytest]
xfail_strict=true
addopts = --cov=patchy
--cov-report term-missing
; --cov-fail-under 100
6 changes: 0 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,3 @@ license_file = LICENSE
paths = patchy
setup.py
tests

[tool:pytest]
xfail_strict=true
addopts = --cov=patchy
--cov-report term-missing
; --cov-fail-under 100

0 comments on commit 25141bd

Please sign in to comment.