iigs
2024-04-02 05257fc24bf6af124b41cfc0115441b17e1bbac1
1
2
3
4
5
6
7
8
9
10
11
--- build-1.2.1/tests/test_util.py.orig
+++ build-1.2.1/tests/test_util.py
@@ -22,7 +22,7 @@
 @pytest.mark.pypy3323bug
 def test_wheel_metadata_isolation(package_test_flit):
     if importlib.util.find_spec('flit_core'):
-        pytest.xfail('flit_core is available -- we want it missing!')  # pragma: no cover
+        pytest.skip('flit_core is the build backend so it is always installed')  # pragma: no cover
 
     metadata = build.util.project_wheel_metadata(package_test_flit)