Revert "python3Packages.scikit-build-core: skip test that doesn't work with our ninja stub"
This reverts commit bb4a69c2ad
.
This commit is contained in:
parent
56f5b9fafc
commit
ed89997775
@ -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"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user