python3Packages.jwcrypto: enable tests

This commit is contained in:
Robert Scott 2024-02-24 14:06:03 +00:00
parent 64b4038c55
commit 4165614b55

View File

@ -3,6 +3,7 @@
, fetchPypi
, cryptography
, deprecated
, pytestCheckHook
, pythonOlder
, setuptools
, typing-extensions
@ -30,6 +31,8 @@ buildPythonPackage rec {
typing-extensions
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"jwcrypto"
];