Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4b99435

Browse files
build: specify importlib-metadata version to fix unit tests
1 parent 6ccf12c commit 4b99435

File tree

2 files changed

+30
-5
lines changed

2 files changed

+30
-5
lines changed

‎poetry.lock‎

Lines changed: 28 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dependencies = [
2323
"typing-extensions (>=4.0.1,<5.0.0) ; python_version < '3.11'",
2424
"charset-normalizer (>=2.1.0,<4)",
2525
# Use the Python 3.11 and 3.12 compatible API: https://github.com/python/importlib_metadata#compatibility
26-
"importlib_metadata (>=8.0.0,<9) ; python_version < '3.10'",
27-
26+
"importlib-metadata >=8.0.0,<8.7.0 ; python_version < '3.10'",# importlib-metadata@8.7.0 + python3.9 breaks our unit test
27+
"importlib-metadata >=8.7.0,<9.0.0 ; python_version >= '3.10'",
2828
]
2929
keywords = ["commitizen", "conventional", "commits", "git"]
3030
# See also: https://pypi.org/classifiers/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /