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

This reverts commit bb4a69c2ad.
This commit is contained in:
K900 2023-08-21 15:54:05 +03:00
parent 56f5b9fafc
commit ed89997775

View File

@ -78,12 +78,6 @@ 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"
];