Skip to content

Commit 7bc6d0b

Browse files
committed
Use python_paths not site_dirs
1 parent 4489e70 commit 7bc6d0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[pytest]
22
addopts = -p pytest_use_postgresql
33
DJANGO_SETTINGS_MODULE = config.settings
4-
site_dirs = test_project/
4+
python_paths = test_project/

0 commit comments

Comments
 (0)