Skip to content

Commit

Permalink
Merge pull request #7805 from hugovk/pytest-rerunfailures
Browse files Browse the repository at this point in the history
Smoke test pytest-rerunfailures
  • Loading branch information
hugovk authored Oct 3, 2020
2 parents 6ed07a1 + 6ee1ead commit 133e8af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -129,19 +129,23 @@ deps =
pytest-flakes
pytest-html
pytest-mock
pytest-rerunfailures
pytest-sugar
pytest-trio
pytest-twisted
twisted
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
Expand Down

0 comments on commit 133e8af

Please sign in to comment.