mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
python3Packages.vodozemac: execute tests (#560253)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user