python312Packages.parselmouth: fix build (#363069)

This commit is contained in:
Jörg Thalheim 2024-12-08 12:31:41 +01:00 committed by GitHub
commit 390dc92d8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "YannickJadoul";
repo = "Parselmouth";
rev = "v${version}";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-/Hde/DpSbmHs8WF3PAk4esYuMgOX6SxMaYJrrHYr/ZU=";
};
@ -47,6 +47,11 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"--run-praat-tests"
"-v"
];
pythonImportsCheck = [ "parselmouth" ];
meta = {