Loading pkgs/development/python-modules/deezer-python/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchFromGitHub, httpx, poetry-core, pytest-cov-stub, pytest-mock, pytest-vcr, pytestCheckHook, Loading @@ -17,7 +18,7 @@ buildPythonPackage rec { version = "7.1.0"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "browniebroke"; Loading @@ -26,11 +27,6 @@ buildPythonPackage rec { hash = "sha256-d+cN6f6jw8D+noxyYl/TpDAkeTb8Krt+r0/Ai65cvdU="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail " --cov=deezer" "" ''; build-system = [ poetry-core ]; dependencies = [ Loading @@ -40,6 +36,7 @@ buildPythonPackage rec { nativeCheckInputs = [ environs pytest-cov-stub pytest-mock pytest-vcr pytestCheckHook Loading Loading
pkgs/development/python-modules/deezer-python/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchFromGitHub, httpx, poetry-core, pytest-cov-stub, pytest-mock, pytest-vcr, pytestCheckHook, Loading @@ -17,7 +18,7 @@ buildPythonPackage rec { version = "7.1.0"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "browniebroke"; Loading @@ -26,11 +27,6 @@ buildPythonPackage rec { hash = "sha256-d+cN6f6jw8D+noxyYl/TpDAkeTb8Krt+r0/Ai65cvdU="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail " --cov=deezer" "" ''; build-system = [ poetry-core ]; dependencies = [ Loading @@ -40,6 +36,7 @@ buildPythonPackage rec { nativeCheckInputs = [ environs pytest-cov-stub pytest-mock pytest-vcr pytestCheckHook Loading