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

This commit is contained in:
Theodore Ni 2023-08-11 23:06:41 -07:00 committed by GitHub
parent c9c027e4af
commit 620306122c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@
, importlib-resources
, jsonschema-specifications
, pkgutil-resolve-name
, pip
, pytestCheckHook
, pythonOlder
, referencing
@ -81,6 +82,7 @@ buildPythonPackage rec {
};
nativeCheckInputs = [
pip
pytestCheckHook
];