Update pytest to remove dependancy to pytest-pythonpath
This commit is contained in:
parent
605cc6c248
commit
305b2e7532
2 changed files with 2 additions and 3 deletions
|
@ -2,4 +2,4 @@
|
||||||
testpaths = cas_server/tests/
|
testpaths = cas_server/tests/
|
||||||
DJANGO_SETTINGS_MODULE = cas_server.tests.settings
|
DJANGO_SETTINGS_MODULE = cas_server.tests.settings
|
||||||
norecursedirs = .* build dist docs
|
norecursedirs = .* build dist docs
|
||||||
python_paths = .
|
pythonpath = .
|
||||||
|
|
|
@ -4,8 +4,7 @@ requests_futures>=0.9.5
|
||||||
lxml>=3.4
|
lxml>=3.4
|
||||||
six>=1.8
|
six>=1.8
|
||||||
tox>=1.8.1
|
tox>=1.8.1
|
||||||
pytest>=2.6.4
|
pytest>=7
|
||||||
pytest-django>=2.8.0
|
pytest-django>=2.8.0
|
||||||
pytest-pythonpath>=0.3
|
|
||||||
pytest-cov>=2.2.1
|
pytest-cov>=2.2.1
|
||||||
mock>=1
|
mock>=1
|
||||||
|
|
Loading…
Reference in a new issue