jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / ansible-core / patches / 07-test_importlib_resources.patch
blobae0c376d41ccb7bd4080ecd014a707b9b6bb16b5
1 --- ansible_core-2.15.12/test/units/utils/collection_loader/test_collection_loader.py.orig
2 +++ ansible_core-2.15.12/test/units/utils/collection_loader/test_collection_loader.py
3 @@ -829,6 +829,7 @@
6 @pytest.mark.skipif(not PY3, reason='importlib.resources only supported for py3')
7 +@pytest.mark.skip(reason="could fail: https://github.com/ansible/ansible/issues/80808")
8 def test_importlib_resources():
9 if sys.version_info < (3, 10):
10 from importlib_resources import files