Skip to content

Commit 4012e69

Browse files
committed
Make min pytest version 7.0.0
1 parent 22446f2 commit 4012e69

File tree

3 files changed

+29
-27
lines changed

3 files changed

+29
-27
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Unreleased
77
- Multiline steps must now always use triple-quotes for the additional lines.
88
- All feature files must now use the keyword `Feature:` to be considered valid.
99
- Tags can no longer have spaces (e.g. "@tag one" "@tag two" are no longer valid).
10+
- Tags can now be on multiple lines (stacked)
11+
- Minimum supported pytest version is now 7.0.0
1012

1113
7.3.0
1214
----------

poetry.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ python = ">=3.8"
3939
Mako = "*"
4040
parse = "*"
4141
parse-type = "*"
42-
pytest = ">=6.2.0"
42+
pytest = ">=7.0.0"
4343
typing-extensions = "*"
4444
packaging = "*"
4545
gherkin-official = "^29.0.0"

0 commit comments

Comments
 (0)