Loading pkgs/development/python-modules/aionut/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, poetry-core, pytest-asyncio, pytest-cov-stub, pytestCheckHook, pythonOlder, }: Loading @@ -22,15 +23,11 @@ buildPythonPackage rec { hash = "sha256-DCWfa5YfrB7MTf78AeSHDgiZzLNXoiNLnty9a+Sr9tQ="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail " --cov=aionut --cov-report=term-missing:skip-covered" "" ''; build-system = [ poetry-core ]; nativeCheckInputs = [ pytest-asyncio pytest-cov-stub pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/aionut/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, poetry-core, pytest-asyncio, pytest-cov-stub, pytestCheckHook, pythonOlder, }: Loading @@ -22,15 +23,11 @@ buildPythonPackage rec { hash = "sha256-DCWfa5YfrB7MTf78AeSHDgiZzLNXoiNLnty9a+Sr9tQ="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail " --cov=aionut --cov-report=term-missing:skip-covered" "" ''; build-system = [ poetry-core ]; nativeCheckInputs = [ pytest-asyncio pytest-cov-stub pytestCheckHook ]; Loading