python3Packages.vodozemac: execute tests (#560253)

This commit is contained in:
Maximilian Bosch
2026-09-07 21:10:28 +00:00
committed by GitHub

View File

@@ -1,7 +1,9 @@
{
buildPythonPackage,
fetchFromGitHub,
hypothesis,
lib,
pytestCheckHook,
rustPlatform,
}:
@@ -27,6 +29,16 @@ buildPythonPackage (finalAttrs: {
rustPlatform.cargoSetupHook
];
preCheck = ''
# do not shadow imports
rm -r vodozemac
'';
nativeCheckInputs = [
hypothesis
pytestCheckHook
];
meta = {
description = "Python bindings for vodozemac";
homepage = "https://github.com/matrix-nio/vodozemac-python";