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:
commit
5e8bdfad07
1 changed files with 0 additions and 6 deletions
|
@ -78,12 +78,6 @@ buildPythonPackage rec {
|
||||||
"tests/test_setuptools_pep518.py"
|
"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 = [
|
pythonImportsCheck = [
|
||||||
"scikit_build_core"
|
"scikit_build_core"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue