Skip to content

Commit

Permalink
Revert "requirements.txt: add pin for importlib-resources to avoid is…
Browse files Browse the repository at this point in the history
…sue with pytest with jsonschema"

This reverts commit 6703d30.

According to python/importlib_resources#298,
the issue has been fixed in importlib-resources 6.3.2
  • Loading branch information
rouault committed Apr 6, 2024
1 parent f3432cf commit bd881e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autotest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bd881e9

Please sign in to comment.