15
0
Files
python-aiohttp/remove-zlib-ng-test-dep.patch
Matej Cepl 3934de2442 - Update to 3.13.0
Details: https://github.com/aio-libs/aiohttp/releases/tag/v3.13.0
  * python 3.14 support
  * zstd support
- drop remove-isal-test-dep.patch
- "make cythonize" is required as poetry is not supporting cython
- add vendor-llhttp.tar.gz of new git submodule. 
  added downloaded nodejs modules

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=158
2025-10-16 16:29:59 +00:00

12 lines
376 B
Diff

--- a/tests/conftest.py.orig 2025-10-16 16:10:22.546232519 +0200
+++ a/tests/conftest.py 2025-10-16 16:10:30.949427637 +0200
@@ -336,7 +336,7 @@
s.close()
-@pytest.fixture(params=["zlib", "zlib_ng.zlib_ng", "isal.isal_zlib"])
+@pytest.fixture(params=["zlib"])
def parametrize_zlib_backend(
request: pytest.FixtureRequest,
) -> Generator[None, None, None]: