Loading pkgs/development/python-modules/aiohttp-remotes/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchPypi, flit, pytest-aiohttp, pytest-cov-stub, pytestCheckHook, pythonOlder, typing-extensions, Loading @@ -29,14 +30,10 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-aiohttp pytest-cov-stub pytestCheckHook ]; postPatch = '' substituteInPlace setup.cfg \ --replace " --no-cov-on-fail --cov-branch --cov=aiohttp_remotes --cov-report=term --cov-report=html" "" ''; pythonImportsCheck = [ "aiohttp_remotes" ]; pytestFlagsArray = [ Loading Loading
pkgs/development/python-modules/aiohttp-remotes/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchPypi, flit, pytest-aiohttp, pytest-cov-stub, pytestCheckHook, pythonOlder, typing-extensions, Loading @@ -29,14 +30,10 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-aiohttp pytest-cov-stub pytestCheckHook ]; postPatch = '' substituteInPlace setup.cfg \ --replace " --no-cov-on-fail --cov-branch --cov=aiohttp_remotes --cov-report=term --cov-report=html" "" ''; pythonImportsCheck = [ "aiohttp_remotes" ]; pytestFlagsArray = [ Loading