modified way to restrict pytest version to be installed

This commit is contained in:
Luis Aleixo 2024-05-23 14:52:18 +02:00
parent 6202ac0874
commit cf99568a70

View file

@ -44,7 +44,7 @@ REQUIREMENTS: dict = {
],
'app': [],
'test': [
'pytest',
'pytest < 8.2',
'pytest-mypy >= 0.10.3',
'mypy >= 1.0.0',
'pytest-tornasync',