1 --- scikit_build-0.18.1/tests/test_hello_cpp.py.orig
2 +++ scikit_build-0.18.1/tests/test_hello_cpp.py
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():
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
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():
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
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():
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
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():