Loading pkgs/development/python-modules/aioasuswrt/default.nix +2 −6 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ asyncssh, buildPythonPackage, fetchFromGitHub, pytest-cov-stub, pytest-asyncio, pytest-mock, pytestCheckHook, Loading @@ -24,18 +25,13 @@ buildPythonPackage rec { hash = "sha256-RQxIgAU9KsTbcTKc/Zl+aP77lbDSeiYzR48MtIVwacc="; }; postPatch = '' substituteInPlace setup.cfg \ --replace-fail "--cov-report html" "" \ --replace-fail "--cov-report term-missing" "" ''; build-system = [ setuptools ]; dependencies = [ asyncssh ]; nativeCheckInputs = [ pytest-asyncio pytest-cov-stub pytest-mock pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/aioasuswrt/default.nix +2 −6 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ asyncssh, buildPythonPackage, fetchFromGitHub, pytest-cov-stub, pytest-asyncio, pytest-mock, pytestCheckHook, Loading @@ -24,18 +25,13 @@ buildPythonPackage rec { hash = "sha256-RQxIgAU9KsTbcTKc/Zl+aP77lbDSeiYzR48MtIVwacc="; }; postPatch = '' substituteInPlace setup.cfg \ --replace-fail "--cov-report html" "" \ --replace-fail "--cov-report term-missing" "" ''; build-system = [ setuptools ]; dependencies = [ asyncssh ]; nativeCheckInputs = [ pytest-asyncio pytest-cov-stub pytest-mock pytestCheckHook ]; Loading