From 504cbf18a551cd7fe022d78eabd4438648d4f70d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Br=C3=A4nnlund?= Date: Sun, 13 Dec 2020 23:18:19 +0100 Subject: [PATCH] Re-enable tests against latest pytest --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index f25e4379..633d31bb 100644 --- a/tox.ini +++ b/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