From e0a1caecc4658c50574c75df29b5760274749f59 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Mon, 5 Dec 2022 22:26:00 +0100 Subject: [PATCH] Drop pytest version restriction Not compatible with Python >= 3.10: https://github.com/pytest-dev/pytest/discussions/9195 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ead19c..cc6ddc1 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( ], extras_require={ 'testing': [ - 'pytest<6.0.0', + 'pytest', 'docopt', ], 'qa': [