mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
python312Packages.parselmouth: fix build (#363069)
This commit is contained in:
commit
390dc92d8a
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "YannickJadoul";
|
owner = "YannickJadoul";
|
||||||
repo = "Parselmouth";
|
repo = "Parselmouth";
|
||||||
rev = "v${version}";
|
tag = "v${version}";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-/Hde/DpSbmHs8WF3PAk4esYuMgOX6SxMaYJrrHYr/ZU=";
|
hash = "sha256-/Hde/DpSbmHs8WF3PAk4esYuMgOX6SxMaYJrrHYr/ZU=";
|
||||||
};
|
};
|
||||||
@ -47,6 +47,11 @@ buildPythonPackage rec {
|
|||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pytestFlagsArray = [
|
||||||
|
"--run-praat-tests"
|
||||||
|
"-v"
|
||||||
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "parselmouth" ];
|
pythonImportsCheck = [ "parselmouth" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user