Loading pkgs/development/python-modules/aiovodafone/default.nix +5 −6 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ buildPythonPackage, fetchFromGitHub, poetry-core, pytest-cov-stub, pytestCheckHook, pythonOlder, }: Loading @@ -23,11 +24,6 @@ buildPythonPackage rec { hash = "sha256-aX5VM4f3lZnFgmdm0syubdo3UtMD9/u40djQTo+jgKs="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail " --cov=aiovodafone --cov-report=term-missing:skip-covered" "" ''; build-system = [ poetry-core ]; dependencies = [ Loading @@ -35,7 +31,10 @@ buildPythonPackage rec { beautifulsoup4 ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytest-cov-stub pytestCheckHook ]; pythonImportsCheck = [ "aiovodafone" ]; Loading Loading
pkgs/development/python-modules/aiovodafone/default.nix +5 −6 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ buildPythonPackage, fetchFromGitHub, poetry-core, pytest-cov-stub, pytestCheckHook, pythonOlder, }: Loading @@ -23,11 +24,6 @@ buildPythonPackage rec { hash = "sha256-aX5VM4f3lZnFgmdm0syubdo3UtMD9/u40djQTo+jgKs="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail " --cov=aiovodafone --cov-report=term-missing:skip-covered" "" ''; build-system = [ poetry-core ]; dependencies = [ Loading @@ -35,7 +31,10 @@ buildPythonPackage rec { beautifulsoup4 ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytest-cov-stub pytestCheckHook ]; pythonImportsCheck = [ "aiovodafone" ]; Loading