modified way to restrict pytest version to be installed
This commit is contained in:
parent
6202ac0874
commit
cf99568a70
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -44,7 +44,7 @@ REQUIREMENTS: dict = {
|
||||||
],
|
],
|
||||||
'app': [],
|
'app': [],
|
||||||
'test': [
|
'test': [
|
||||||
'pytest',
|
'pytest < 8.2',
|
||||||
'pytest-mypy >= 0.10.3',
|
'pytest-mypy >= 0.10.3',
|
||||||
'mypy >= 1.0.0',
|
'mypy >= 1.0.0',
|
||||||
'pytest-tornasync',
|
'pytest-tornasync',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue