Skip to content

Commit c496b88

Browse files
committed
Restricting some lib versions for tests with PyPy Python - with newer versions we have hanging multiprocessing tests
1 parent 48603d4 commit c496b88

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dev_requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,22 @@ click==8.0.4
33
invoke==2.2.0
44
mock
55
packaging>=20.4
6+
67
pytest
78
pytest-asyncio>=0.23.0
89
pytest-cov
10+
pytest-cov==6.2.1 ; platform_python_implementation == "PyPy"
11+
coverage<7.10.6 ; platform_python_implementation == "PyPy"
912
pytest-profiling==1.8.1
1013
pytest-timeout
14+
1115
ruff==0.9.6
1216
ujson>=4.2.0
1317
uvloop<=0.21.0; platform_python_implementation == "CPython"
1418
vulture>=2.3.0
19+
1520
numpy>=1.24.0 ; platform_python_implementation == "CPython"
1621
numpy>=1.24.0,<2.0 ; platform_python_implementation == "PyPy"
22+
1723
redis-entraid==1.0.0
1824
pybreaker>=1.4.0

0 commit comments

Comments
 (0)