Merge pull request #7805 from hugovk/pytest-rerunfailures

Smoke test pytest-rerunfailures
This commit is contained in:
Hugo van Kemenade 2020-10-03 20:17:06 +03:00 committed by GitHub
commit 133e8af4ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,7 @@ deps =
pytest-flakes
pytest-html
pytest-mock
pytest-rerunfailures
pytest-sugar
pytest-trio
pytest-twisted
@ -136,12 +137,15 @@ deps =
pytest-xvfb
setenv =
PYTHONPATH=.
# due to pytest-rerunfailures requiring 6.2+; can be removed after 6.2.0
SETUPTOOLS_SCM_PRETEND_VERSION=6.2.0a1
commands =
pip check
pytest bdd_wallet.py
pytest --cov=. simple_integration.py
pytest --ds=django_settings simple_integration.py
pytest --html=simple.html simple_integration.py
pytest --reruns 5 simple_integration.py
pytest pytest_anyio_integration.py
pytest pytest_asyncio_integration.py
pytest pytest_mock_integration.py