python/mypy: update to 1.15.0
[oi-userland.git] / components / python / aiohttp / patches / 06-remove-test-reqs.patch
blob610a5d1f70daf720d2ebbe9a09c0db221336b654
1 We do not have these projects packaged yet.
3 --- aiohttp-3.11.9/requirements/test.in.orig
4 +++ aiohttp-3.11.9/requirements/test.in
5 @@ -3,14 +3,9 @@
6 coverage
7 freezegun
8 mypy; implementation_name == "cpython"
9 -proxy.py >= 2.4.4rc5
10 pytest
11 pytest-cov
12 pytest-mock
13 pytest-xdist
14 -pytest_codspeed
15 -python-on-whales
16 re-assert
17 -setuptools-git
18 trustme; platform_machine != "i686" # no 32-bit wheels
19 -wait-for-it
20 --- aiohttp-3.11.9/requirements/base.in.orig
21 +++ aiohttp-3.11.9/requirements/base.in
22 @@ -1,4 +1,3 @@
23 -r requirements/runtime-deps.in
25 gunicorn
26 -uvloop; platform_system != "Windows" and implementation_name == "cpython" # MagicStack/uvloop#14