We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4c452 commit 99ee041Copy full SHA for 99ee041
setup.cfg
@@ -1,7 +1,7 @@
1
[pytest]
2
# --strict: warnings become errors.
3
# -r fEsxXw: show extra test summary info for everything.
4
-addopts = --ignore lib/ --ignore build/ --ignore include/ --ignore local/ --ignore src/ --strict -r fEsxXw
+addopts = --ignore lib/ --ignore build/ --ignore include/ --ignore local/ --ignore src/ --strict -r fEsxXw --runpytest=subprocess
5
DJANGO_SETTINGS_MODULE = pytest_django_test.settings_sqlite_file
6
7
[wheel]
0 commit comments