Compatibility with pytest-rerunfailures 4.0

This commit is contained in:
Raphael Michel
2018-01-01 00:20:52 +01:00
parent ba170632a5
commit a6af7a90cb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
[pytest]
DJANGO_SETTINGS_MODULE=tests.settings
addopts =--rerun 3 -rw
addopts =--reruns 3 -rw

View File

@@ -11,7 +11,7 @@ pytest==3.0.*
pytest-django
isort
pytest-mock==1.4.*
pytest-rerunfailures
pytest-rerunfailures==4.*
pytest-warnings
pytest-cache
pytest-sugar