python311Packages.omemo-dr: enable tests
This commit is contained in:
parent
0755b8eb84
commit
06d26d1be0
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
, cryptography
|
||||
, fetchPypi
|
||||
, protobuf
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
}:
|
||||
|
@ -28,6 +29,10 @@ buildPythonPackage rec {
|
|||
protobuf
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"omemo_dr"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue