py.test discourages __init__.py in tests, but pytest-django needs it,

This commit is contained in:
Ilan Steemers
2015-06-24 19:13:56 +02:00
parent 109fe78da6
commit e0864f037d
2 changed files with 1 additions and 2 deletions

View File

View File

@@ -1,3 +1,2 @@
[pytest]
DJANGO_SETTINGS_MODULE=django_q.tests.settings
django_find_project = false