Skip to content

Commit

Permalink
Expand test matrix with pytest 8
Browse files Browse the repository at this point in the history
  • Loading branch information
elchupanebrej committed Aug 31, 2024
1 parent 38e430c commit 8e5af1c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Planned
- parse_error
- undefined_parameter_type

- Add support of python 3.12 at CI
- Add mode to execute scenarios with missing/failing steps
- Remove

Expand All @@ -50,6 +49,11 @@ Planned
- Add support of native legacy cucumber-json
- Test against https://github.com/cucumber/json-formatter

Unreleased
----------
- Add support of python 3.12 at CI
- Add Support of pytest 8

2.1.0
----------
- Using official cucmber ci-environment lib
Expand Down
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
envlist =
py312-pre-commit-lin
py312-pytest{625, 74, 73, 72, 71, 70, latest}-mypy-lin
py312-pytest{625, 74, 73, 72, 71, 70, latest}-coverage-lin
py312-pytest{625, 83, 82, 81, 80, 74, 73, 72, 71, 70, latest}-mypy-lin
py312-pytest{625, 83, 82, 81, 80, 74, 73, 72, 71, 70, latest}-coverage-lin
py312-pytestlatest-gherkin{24, latest}-xdist-coverage-{lin, win, mac}
py312-pytestlatets-allure-coverage-{lin, win, mac}
py39-pytest{62, 61, 60, 54, 53, 52, 51, 50}-coverage-lin
Expand Down Expand Up @@ -36,6 +36,10 @@ deps =
pytest72: pytest~=7.2.0
pytest73: pytest~=7.3.0
pytest74: pytest~=7.4.0
pytest80: pytest~=8.0.0
pytest81: pytest~=8.1.0
pytest82: pytest~=8.2.0
pytest83: pytest~=8.3.0
pytestlatest: pytest
xdist: pytest-xdist
setenv =
Expand Down

0 comments on commit 8e5af1c

Please sign in to comment.