Skip to content

Commit

Permalink
fix: fix failing tests due to updated list of available pythons (#6561)
Browse files Browse the repository at this point in the history
(cherry picked from commit f8ecaca)

Co-authored-by: Randy Döring <[email protected]>
  • Loading branch information
2 people authored and neersighted committed Oct 4, 2022
1 parent 04c5cbf commit 017bc15
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ tox = "^3.18"
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"
Expand Down
1 change: 1 addition & 0 deletions tests/masonry/builders/test_editable_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def test_builder_installs_proper_files_for_standard_packages(
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
Expand Down
1 change: 1 addition & 0 deletions tests/test_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit 017bc15

Please sign in to comment.