Skip to content

Commit

Permalink
Add importlib_metadata for python_version >= "3.12" in testing requir…
Browse files Browse the repository at this point in the history
…ements
  • Loading branch information
Avasam committed Mar 5, 2024
1 parent db38b9b commit 3f2ca61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ testing =
# for tools/finalize.py
jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"
pytest-home >= 0.5
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly
importlib_metadata; python_version >= "3.12"

testing-integration =
pytest
Expand Down

0 comments on commit 3f2ca61

Please sign in to comment.