python311Packages.omemo-dr: enable tests

This commit is contained in:
Fabian Affolter 2023-11-10 10:44:05 +01:00
parent 0755b8eb84
commit 06d26d1be0

View file

@ -3,6 +3,7 @@
, cryptography
, fetchPypi
, protobuf
, pytestCheckHook
, pythonOlder
, setuptools
}:
@ -28,6 +29,10 @@ buildPythonPackage rec {
protobuf
];
nativeCheckInputs = [
pytestCheckHook
];
pythonImportsCheck = [
"omemo_dr"
];