perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / python / scikit_build / patches / 03-test-cmake.patch
blob9c59216011e08024e90e50556a456e2e7ff6d5e5
1 This test tries to install cmake from PyPI, but its compilation fails.
3 --- scikit_build-0.18.1/tests/test_setup.py.orig
4 +++ scikit_build-0.18.1/tests/test_setup.py
5 @@ -327,6 +327,7 @@
6 @pytest.mark.xfail(
7 sys.platform.startswith("cygwin"), strict=False, reason="Cygwin needs a release of scikit-build first"
9 +@pytest.mark.skip(reason="always fails: https://github.com/scikit-build/scikit-build/pull/983")
10 def test_setup_requires_keyword_include_cmake(mocker, capsys):
11 mock_setup = mocker.patch("skbuild.setuptools_wrap.setuptools.setup")