Loading pkgs/development/python-modules/aiohttp-apispec/default.nix +9 −5 Original line number Diff line number Diff line Loading @@ -27,11 +27,15 @@ buildPythonPackage rec { hash = "sha256-C+/M25oCLTNGGEUj2EyXn3UjcvPvDYFmmUW8IOoF1uU="; }; doCheck = false; /* postPatch = '' substituteInPlace tests/conftest.py \ --replace-fail 'aiohttp_app(loop,' 'aiohttp_app(event_loop,' \ --replace-fail 'return loop.run_until_complete' 'return event_loop.run_until_complete' ''; */ build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/aiohttp-apispec/default.nix +9 −5 Original line number Diff line number Diff line Loading @@ -27,11 +27,15 @@ buildPythonPackage rec { hash = "sha256-C+/M25oCLTNGGEUj2EyXn3UjcvPvDYFmmUW8IOoF1uU="; }; doCheck = false; /* postPatch = '' substituteInPlace tests/conftest.py \ --replace-fail 'aiohttp_app(loop,' 'aiohttp_app(event_loop,' \ --replace-fail 'return loop.run_until_complete' 'return event_loop.run_until_complete' ''; */ build-system = [ setuptools ]; Loading