Skip to content

Commit

Permalink
Make min pytest version 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsa34 committed Sep 26, 2024
1 parent 22446f2 commit 4012e69
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 27 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Unreleased
- Multiline steps must now always use triple-quotes for the additional lines.
- All feature files must now use the keyword `Feature:` to be considered valid.
- Tags can no longer have spaces (e.g. "@tag one" "@tag two" are no longer valid).
- Tags can now be on multiple lines (stacked)
- Minimum supported pytest version is now 7.0.0

7.3.0
----------
Expand Down
52 changes: 26 additions & 26 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ python = ">=3.8"
Mako = "*"
parse = "*"
parse-type = "*"
pytest = ">=6.2.0"
pytest = ">=7.0.0"
typing-extensions = "*"
packaging = "*"
gherkin-official = "^29.0.0"
Expand Down

0 comments on commit 4012e69

Please sign in to comment.