python3Packages.parselmouth: disable test (#531421)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
pytestCheckHook,
|
||||
scikit-build,
|
||||
setuptools,
|
||||
pythonOlder,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -39,6 +40,8 @@ buildPythonPackage rec {
|
||||
|
||||
dependencies = [ numpy ];
|
||||
|
||||
doCheck = pythonOlder "3.13";
|
||||
|
||||
nativeCheckInputs = [
|
||||
future
|
||||
pytest-lazy-fixture
|
||||
|
||||
Reference in New Issue
Block a user