Merge pull request #7805 from hugovk/pytest-rerunfailures
Smoke test pytest-rerunfailures
This commit is contained in:
commit
133e8af4ee
4
tox.ini
4
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue