Skip to content

Commit f798bff

Browse files
committed
Restricting all lib versions for PyPy tests
1 parent 8906713 commit f798bff

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

dev_requirements.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
build
2+
build==1.2.2.post1 ; platform_python_implementation == "PyPy"
23
click==8.0.4
34
invoke==2.2.0
45
mock
6+
mock==5.1.0 ; platform_python_implementation == "PyPy"
57
packaging>=20.4
8+
packaging==24.2 ; platform_python_implementation == "PyPy"
69

710
pytest
11+
pytest==8.3.4 ; platform_python_implementation == "PyPy"
812
pytest-asyncio>=0.23.0
13+
pytest-asyncio==1.1.0 ; platform_python_implementation == "PyPy"
914
pytest-cov
10-
pytest-cov==6.2.1 ; platform_python_implementation == "PyPy"
11-
coverage<7.10.6 ; platform_python_implementation == "PyPy"
15+
pytest-cov==6.0.0 ; platform_python_implementation == "PyPy"
16+
coverage==7.6.12 ; platform_python_implementation == "PyPy"
1217
pytest-profiling==1.8.1
1318
pytest-timeout
19+
pytest-timeout==2.3.1 ; platform_python_implementation == "PyPy"
1420

1521
ruff==0.9.6
1622
ujson>=4.2.0

0 commit comments

Comments
 (0)