From 5a8ca1b0f362968a29f2fb9c107cc0d4d79c3263 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 1 Jul 2023 18:20:05 -0400 Subject: [PATCH] Rely on pytest as found in pytest-dev/pytest#11155. Fixes pypa/distutils#186. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c42004831a..06657e4eaa 100644 --- a/tox.ini +++ b/tox.ini @@ -5,8 +5,8 @@ toxworkdir={env:TOX_WORK_DIR:.tox} [testenv] deps = - # < 7.2 due to pypa/distutils#186 - pytest < 7.2 + # pypa/distutils#186; workaround for pytest-dev/pytest#10447 + pytest @ git+https://github.com/RonnyPfannschmidt/pytest@fix-10447-maker-mro-order-needs-reverse pytest-flake8 # workaround for tholo/pytest-flake8#87