Re-enable tests against latest pytest (#421)
Co-authored-by: Gleb Nikonorov <gleb.i.nikonorov@gmail.com>
This commit is contained in:
parent
e26097224a
commit
16a124e071
4
tox.ini
4
tox.ini
|
@ -33,9 +33,7 @@ deps =
|
|||
{[testenv]deps}
|
||||
ansi2html @ git+https://github.com/pycontribs/ansi2html.git
|
||||
pytest-rerunfailures @ git+https://github.com/pytest-dev/pytest-rerunfailures.git
|
||||
# Temporary disable pytest git install due to
|
||||
# https://github.com/pytest-dev/pytest-rerunfailures/issues/134
|
||||
# pytest @ git+https://github.com/pytest-dev/pytest.git
|
||||
pytest @ git+https://github.com/pytest-dev/pytest.git
|
||||
|
||||
[testenv:devel-cov]
|
||||
description = Tests with unreleased deps and coverage
|
||||
|
|
Loading…
Reference in New Issue