Loading pkgs/development/python-modules/webtest-aiohttp/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -38,10 +38,12 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ webtest ]; dependencies = [ aiohttp webtest ]; nativeCheckInputs = [ aiohttp pytest-aiohttp pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/webtest-aiohttp/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -38,10 +38,12 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ webtest ]; dependencies = [ aiohttp webtest ]; nativeCheckInputs = [ aiohttp pytest-aiohttp pytestCheckHook ]; Loading