python3Packages.parselmouth: disable test (#531421)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-02 09:18:17 +00:00
committed by GitHub
@@ -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