From b19885c05f0ff68d063977c7acd08937707a7034 Mon Sep 17 00:00:00 2001 From: Simon Belluzzo Date: Sat, 17 Sep 2022 09:41:25 +1000 Subject: [PATCH] Bump pytest dev dependency to 6.2.5 Resolves assertion rewriting issue when running in Python 3.10. See https://github.com/pytest-dev/pytest/pull/8540 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1b5140..5659c20 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ ], extras_require={ "test": [ - 'pytest==6.2.1', + 'pytest==6.2.5', 'pylint==2.6.0', 'pytest-cov==2.10.1', ]