From bd881e9284d83d340d0aa2a0aaacca50d08f7497 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 6 Apr 2024 19:21:29 +0200 Subject: [PATCH] Revert "requirements.txt: add pin for importlib-resources to avoid issue with pytest with jsonschema" This reverts commit 6703d3071de7155d320a39a580f27230428dcaca. According to https://github.com/python/importlib_resources/issues/298, the issue has been fixed in importlib-resources 6.3.2 --- autotest/requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/autotest/requirements.txt b/autotest/requirements.txt index 5767d6511013..61697e503875 100644 --- a/autotest/requirements.txt +++ b/autotest/requirements.txt @@ -6,5 +6,3 @@ pytest-benchmark lxml jsonschema filelock -# importlib 6.2 and 6.3 break pytest with jsonschema. Cf https://github.com/python/importlib_resources/issues/299 -importlib-resources<6.2.0