perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / scikit_build / patches / 02-test-sysdir.patch
blob0bca251a52a3a4304eedd539438d58e08f89f4e6
1 --- scikit_build-0.18.1/tests/test_hello_cpp.py.orig
2 +++ scikit_build-0.18.1/tests/test_hello_cpp.py
3 @@ -173,6 +173,7 @@
5 @pytest.mark.deprecated()
6 @project_setup_py_test("hello-cpp", ["develop"])
7 +@pytest.mark.skip(reason="always fails: https://github.com/scikit-build/scikit-build/issues/469")
8 def test_hello_develop():
9 for expected_file in [
10 # These files are the "regular" source files
11 --- scikit_build-0.18.1/tests/test_issue274_support_default_package_dir.py.orig
12 +++ scikit_build-0.18.1/tests/test_issue274_support_default_package_dir.py
13 @@ -9,5 +9,6 @@
15 @pytest.mark.deprecated()
16 @project_setup_py_test("issue-274-support-default-package-dir", ["install"], disable_languages_test=True)
17 +@pytest.mark.skip(reason="always fails: https://github.com/scikit-build/scikit-build/issues/469")
18 def test_install_command():
19 pass
20 --- scikit_build-0.18.1/tests/test_issue274_support_one_package_without_package_dir.py.orig
21 +++ scikit_build-0.18.1/tests/test_issue274_support_one_package_without_package_dir.py
22 @@ -9,5 +9,6 @@
24 @pytest.mark.deprecated()
25 @project_setup_py_test("issue-274-support-one-package-without-package-dir", ["install"], disable_languages_test=True)
26 +@pytest.mark.skip(reason="always fails: https://github.com/scikit-build/scikit-build/issues/469")
27 def test_install_command():
28 pass
29 --- scikit_build-0.18.1/tests/test_issue334_configure_cmakelists_non_cp1252_encoding.py.orig
30 +++ scikit_build-0.18.1/tests/test_issue334_configure_cmakelists_non_cp1252_encoding.py
31 @@ -7,5 +7,6 @@
33 @pytest.mark.deprecated()
34 @project_setup_py_test("issue-334-configure-cmakelist-non-cp1252-encoding", ["install"], disable_languages_test=True)
35 +@pytest.mark.skip(reason="always fails: https://github.com/scikit-build/scikit-build/issues/469")
36 def test_install_command():
37 pass