Skip to content

Commit a3ede9f

Browse files
committed
Move Pytest config from setup.cfg to pytest.ini (#527)
As per pytest-dev/pytest#3375 , mentioned in changelog for 4.1.1
1 parent 4bbe32f commit a3ede9f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pytest.ini

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
addopts = -p no:doctest

setup.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,3 @@ paths = django_mysql
2525
runtests.py
2626
setup.py
2727
tests
28-
29-
[tool:pytest]
30-
addopts = -p no:doctest

0 commit comments

Comments
 (0)