Skip to content

Commit

Permalink
python312Packages.deezer-python: switch to pytest-cov-stub
Browse files Browse the repository at this point in the history
- update disabled
  • Loading branch information
fabaff authored Nov 1, 2024
1 parent 2a4e508 commit bb4e59c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/deezer-python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
fetchFromGitHub,
httpx,
poetry-core,
pytest-cov-stub,
pytest-mock,
pytest-vcr,
pytestCheckHook,
Expand All @@ -17,7 +18,7 @@ buildPythonPackage rec {
version = "7.1.0";
pyproject = true;

disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "browniebroke";
Expand All @@ -40,6 +41,7 @@ buildPythonPackage rec {

nativeCheckInputs = [
environs
pytest-cov-stub
pytest-mock
pytest-vcr
pytestCheckHook
Expand Down

0 comments on commit bb4e59c

Please sign in to comment.