Commit f8ecaca6 by finswimmer Committed by GitHub

fix: fix failing tests due to updated list of available pythons (#6561)

Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
parent 44a89cbd
......@@ -525,9 +525,9 @@ importlib-metadata = {version = ">=1.7.0", markers = "python_version < \"3.8\""}
[package.source]
type = "git"
url = "https://github.com/dimbleby/poetry-core.git"
reference = "canonicalize-extras"
resolved_reference = "9f58ecf8dddbafd38a2b4f2367a5f0f1d8ff25f4"
url = "https://github.com/finswimmer/core.git"
reference = "fix/available-pythons"
resolved_reference = "5e133e5547949ec5e0c469dda9231cc850eb83bd"
[[package]]
name = "poetry-plugin-export"
......@@ -958,7 +958,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "1bde59127c0958c1a4b0d097e29478841141558832d05e70b6dd97a8d2388364"
content-hash = "c7bdae481aa10cd023f9e00b8fd737bae086a828b670f6899e98968bdd587d3c"
[metadata.files]
attrs = [
......
......@@ -77,8 +77,8 @@ urllib3 = "^1.26.0"
pre-commit = "^2.6"
[tool.poetry.group.test.dependencies]
# TODO: remove as soon as poetry-core with poetry-core#476 is available
poetry-core = { git = "https://github.com/dimbleby/poetry-core.git", branch = "canonicalize-extras" }
# TODO: remove when bumping poetry-core to 1.3
poetry-core = { git = "https://github.com/finswimmer/core.git", branch = "fix/available-pythons" }
deepdiff = "^5.0"
flatdict = "^4.0.1"
httpretty = "^1.0"
......
......@@ -148,6 +148,7 @@ Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Documentation, https://python-poetry.org/docs
......
......@@ -132,6 +132,7 @@ def test_create_poetry():
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Libraries :: Python Modules",
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment