Skip to content

Commit 2adfbe6

Browse files
committed
pin suitable poetry-core for test dependencies
1 parent 97b5213 commit 2adfbe6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ urllib3 = "^1.26.0"
7777
pre-commit = "^2.6"
7878

7979
[tool.poetry.group.test.dependencies]
80-
# TODO: remove as soon as poetry-core with poetry-core#476 is available
81-
poetry-core = { git = "https://github.com/dimbleby/poetry-core.git", branch = "canonicalize-extras" }
80+
# TODO: remove when bumping poetry-core to 1.3
81+
poetry-core = { git = "https://github.com/finswimmer/core.git", branch = "fix/available-pythons" }
8282
deepdiff = "^5.0"
8383
flatdict = "^4.0.1"
8484
httpretty = "^1.0"

0 commit comments

Comments
 (0)