Merge pull request #250540 from K900/revert-skbuild-hack

Revert "python3Packages.scikit-build-core: skip test that doesn't wor…
This commit is contained in:
K900 2023-08-21 15:55:23 +03:00 committed by GitHub
commit 5e8bdfad07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"
];