From 41b9cce3d3ee81e929610ab95b928dfd08bbba22 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 5 Nov 2023 09:58:16 -0500 Subject: [PATCH] Replace git version with released version. Ref #186. --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 06657e4e..6a224b52 100644 --- a/tox.ini +++ b/tox.ini @@ -5,8 +5,9 @@ toxworkdir={env:TOX_WORK_DIR:.tox} [testenv] deps = - # pypa/distutils#186; workaround for pytest-dev/pytest#10447 - pytest @ git+https://github.com/RonnyPfannschmidt/pytest@fix-10447-maker-mro-order-needs-reverse + pytest \ + # required for #186 + >= 7.4.3 pytest-flake8 # workaround for tholo/pytest-flake8#87