gentoo/dev-python/pytest-bdd/files/pytest-bdd-8.1.0-gherkin-bounds.patch
Ionen Wolkens b438c4cda5
dev-python/pytest-bdd: make pip check happier
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-04-28 13:07:28 -04:00

13 lines
337 B
Diff

Unknown how long until next release, and meanwhile `pip check`
reporting errors has a tendency to break random things.
Backport from:
https://github.com/pytest-dev/pytest-bdd/commit/8ce79eafa6ac4
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -43,3 +43,3 @@
packaging = "*"
-gherkin-official = "^29.0.0"
+gherkin-official = ">=29.0.0"