Skip to content

Commit

Permalink
python3.pkgs.jsonschema: add pip test dependency (#247311)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni committed Aug 16, 2023
1 parent 67e371a commit 0ffb03b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/jsonschema/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
, importlib-resources
, jsonschema-specifications
, pkgutil-resolve-name
, pip
, pytestCheckHook
, pythonOlder
, referencing
Expand Down Expand Up @@ -81,6 +82,7 @@ buildPythonPackage rec {
};

nativeCheckInputs = [
pip
pytestCheckHook
];

Expand Down

0 comments on commit 0ffb03b

Please sign in to comment.