mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
python312Packages.parselmouth: fix build (#363069)
This commit is contained in:
commit
390dc92d8a
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user