python3.pkgs.jsonschema: add pip test dependency (#247311)

This commit is contained in:
Theodore Ni
2023-08-12 08:06:41 +02:00
committed by GitHub
parent c9c027e4af
commit 620306122c
@@ -8,6 +8,7 @@
, importlib-resources
, jsonschema-specifications
, pkgutil-resolve-name
, pip
, pytestCheckHook
, pythonOlder
, referencing
@@ -81,6 +82,7 @@ buildPythonPackage rec {
};
nativeCheckInputs = [
pip
pytestCheckHook
];