mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
13 lines
337 B
Diff
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"
|
|
|