Skip to content

Commit c12b13f

Browse files
committed
Fix test
1 parent 099bd5b commit c12b13f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ def main():
6868
'bottle',
6969
'jsonpatch>1.14',
7070
'sqlalchemy<1.4.0',
71-
'pytest',
72-
'pytest-timeout',
73-
'pytest-cov',
74-
'pytest-lazy-fixture',
71+
'pytest<=7.4.4',
72+
'pytest-timeout<=2.2.0',
73+
'pytest-cov<=4.1.0',
74+
'pytest-lazy-fixture<=0.6.3',
7575
'pytz',
7676
'urllib3<2'
7777
]

0 commit comments

Comments
 (0)