python312Packages.parselmouth: fix build (#363069)

This commit is contained in:
Jörg Thalheim
2024-12-08 12:31:41 +01:00
committed by GitHub
@@ -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 = {