python3Packages.scikit-build-core: skip test that doesn't work with our ninja stub

This commit is contained in:
K900
2023-08-19 17:11:42 +03:00
parent d3b2560b73
commit bb4a69c2ad
@@ -74,6 +74,12 @@ buildPythonPackage rec {
"tests/test_setuptools_pep518.py"
];
# Tries to access ninja.__version__ which our stub doesn't have.
# FIXME: remove for next cycle
disabledTests = [
"test_get_ninja_programs_cmake_module"
];
pythonImportsCheck = [
"scikit_build_core"
];