1 --- build-1.2.2.post1/tests/test_util.py.orig
2 +++ build-1.2.2.post1/tests/test_util.py
4 @pytest.mark.pypy3323bug
5 def test_wheel_metadata_isolation(package_test_flit):
6 if importlib.util.find_spec('flit_core'):
7 - pytest.xfail('flit_core is available -- we want it missing!') # pragma: no cover
8 + pytest.skip('flit_core is the build backend so it is always installed') # pragma: no cover
10 metadata = build.util.project_wheel_metadata(package_test_flit)