diff --git a/setup.py b/setup.py index c0d05007..62e6f5ef 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ REQUIREMENTS: dict = { ], 'app': [], 'test': [ - 'pytest', + 'pytest < 8.2', 'pytest-mypy >= 0.10.3', 'mypy >= 1.0.0', 'pytest-tornasync',