Bug 1370279 - Prevent conflicts with jenkins pytest configuration

This fixes the `ConftestImportFailure` exception seen when trying
to run pytest in Vagrant after bug 1286686 landed.
This commit is contained in:
Ed Morley 2017-06-05 17:48:55 +01:00
Родитель da7f1bdc7d
Коммит 64583c1924
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -28,6 +28,7 @@ line_length = 140
known_first_party = tests
[tool:pytest]
norecursedirs = jenkins
DJANGO_SETTINGS_MODULE=tests.settings
markers =
slow: mark a test as slow.