File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Restricted the ``isal `` test dependency to CPython, since
2+ ``isal `` 1.8.0 stopped publishing PyPy wheels and the source
3+ build requires ``nasm ``, which is not available on the CI
4+ runners. The ``parametrize_zlib_backend `` fixture already
5+ calls ``pytest.importorskip ``, so PyPy continues to exercise
6+ the ``zlib `` and ``zlib_ng `` backends with no further
7+ changes -- by :user: `bdraco `.
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ imagesize==2.0.0
109109 # via sphinx
110110iniconfig==2.3.0
111111 # via pytest
112- isal==1.7.2 ; python_version < "3.14"
112+ isal==1.7.2 ; python_version < "3.14" and implementation_name == "cpython"
113113 # via
114114 # -r requirements/lint.in
115115 # -r requirements/test-common.in
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ imagesize==2.0.0
107107 # via sphinx
108108iniconfig==2.3.0
109109 # via pytest
110- isal==1.7.2 ; python_version < "3.14"
110+ isal==1.7.2 ; python_version < "3.14" and implementation_name == "cpython"
111111 # via
112112 # -r requirements/lint.in
113113 # -r requirements/test-common.in
Original file line number Diff line number Diff line change 11blockbuster
22coverage
33freezegun
4- isal; python_version < "3.14" # no wheel for 3.14
4+ isal; python_version < "3.14" and implementation_name == "cpython" # no wheel for 3.14, no PyPy wheel for 1.8.0+
55mypy; implementation_name == "cpython"
66pkgconfig
77proxy.py >= 2.4.4rc5
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ idna==3.15
5050 # yarl
5151iniconfig==2.3.0
5252 # via pytest
53- isal==1.8.0 ; python_version < "3.14"
53+ isal==1.8.0 ; python_version < "3.14" and implementation_name == "cpython"
5454 # via -r requirements/test-common.in
5555librt==0.11.0
5656 # via mypy
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ idna==3.15
6767 # yarl
6868iniconfig==2.3.0
6969 # via pytest
70- isal==1.8.0 ; python_version < "3.14"
70+ isal==1.8.0 ; python_version < "3.14" and implementation_name == "cpython"
7171 # via -r requirements/test-common.in
7272librt==0.11.0
7373 # via mypy
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ idna==3.15
6767 # yarl
6868iniconfig==2.3.0
6969 # via pytest
70- isal==1.7.2 ; python_version < "3.14"
70+ isal==1.7.2 ; python_version < "3.14" and implementation_name == "cpython"
7171 # via -r requirements/test-common.in
7272librt==0.11.0
7373 # via mypy
You can’t perform that action at this time.
0 commit comments