python3Packages.scooby: disable failing test

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:25 +02:00
parent 0baff18099
commit 9eeb5917a1
@@ -3,7 +3,9 @@
beautifulsoup4,
buildPythonPackage,
fetchFromGitHub,
iniconfig,
numpy,
psutil,
pytest-console-scripts,
pytestCheckHook,
pythonOlder,
@@ -28,8 +30,16 @@ buildPythonPackage rec {
build-system = [ setuptools-scm ];
optional-dependencies = {
cpu = [
psutil
# mkl
];
};
nativeCheckInputs = [
beautifulsoup4
iniconfig
numpy
pytest-console-scripts
pytestCheckHook
@@ -51,6 +61,8 @@ buildPythonPackage rec {
"test_import_time"
# TypeError: expected str, bytes or os.PathLike object, not list
"test_cli"
# Fails to find iniconfig in environment
"test_auto_report"
];
meta = with lib; {