Skip to content

Commit

Permalink
Move Pytest config from setup.cfg to pytest.ini (#527)
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
jellaDolphin committed Jan 26, 2019
1 parent 4bbe32f commit a3ede9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
addopts = -p no:doctest
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@ paths = django_mysql
runtests.py
setup.py
tests

[tool:pytest]
addopts = -p no:doctest

0 comments on commit a3ede9f

Please sign in to comment.