Date: Friday, February 4, 2022 @ 17:01:17 Author: diabonas Revision: 1125786
python-aiohttp: make tests compatible with python-proxy.py 2.4.0 Modified: python-aiohttp/trunk/PKGBUILD ----------+ PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-04 17:00:48 UTC (rev 1125785) +++ PKGBUILD 2022-02-04 17:01:17 UTC (rev 1125786) @@ -43,6 +43,9 @@ git submodule update --recursive sed 's|.install-cython ||' -i Makefile + # Make tests compatible with python-proxy.py 2.4.0 + git cherry-pick --no-commit 674948f588022584e5e5168dd329e31a6557f401 + # If these tests are passing, who are we to judge patch -Np1 -i ../non-derpy-tests.patch
