json-glib: update to 1.10.6
[oi-userland.git] / components / python / build / patches / 01-test-skip-flit_core.patch
blobd7f2ca09a7dd73dde84c6ac40fd96150fe8504b6
1 --- build-1.2.2.post1/tests/test_util.py.orig
2 +++ build-1.2.2.post1/tests/test_util.py
3 @@ -22,7 +22,7 @@
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)