Skip to content

Commit 99ee041

Browse files
committed
Use --runpytest=subprocess to ensure tests run correctly
1 parent 6e4c452 commit 99ee041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[pytest]
22
# --strict: warnings become errors.
33
# -r fEsxXw: show extra test summary info for everything.
4-
addopts = --ignore lib/ --ignore build/ --ignore include/ --ignore local/ --ignore src/ --strict -r fEsxXw
4+
addopts = --ignore lib/ --ignore build/ --ignore include/ --ignore local/ --ignore src/ --strict -r fEsxXw --runpytest=subprocess
55
DJANGO_SETTINGS_MODULE = pytest_django_test.settings_sqlite_file
66

77
[wheel]

0 commit comments

Comments
 (0)