Skip to content

Commit 8334cd8

Browse files
compatible(pytest_plugins/microceph): Remove upper limit on pytest dependency (#159)
https://python-poetry.org/docs/faq/#are-unbound-version-constraints-a-bad-idea example of issue: canonical/mysql-operator#424 (comment)
1 parent b662fd7 commit 8334cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pytest_plugins/microceph/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ microceph = "pytest_microceph._plugin"
1515

1616
[tool.poetry.dependencies]
1717
python = "^3.8"
18-
pytest = "^7.4.4"
19-
boto3 = "^1.34.16"
18+
pytest = "*"
19+
boto3 = "*"
2020

2121

2222
[build-system]

0 commit comments

Comments
 (0)