Skip to content

Commit

Permalink
Merge pull request #753 from pytest-dev/ab/gherkin-official-req
Browse files Browse the repository at this point in the history
Relax `gherkin-official` dep requirement
  • Loading branch information
youtux authored Dec 8, 2024
2 parents 9bb4967 + 7decb11 commit 9ff6980
Show file tree
Hide file tree
Showing 6 changed files with 403 additions and 396 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ jobs:
run: |
source .venv/bin/activate
coverage erase
# Using `--parallel 4` as it's the number of CPUs in the GitHub Actions runner
# Using `installpkg dist/*.tar.gz` because we want to install the pre-built package (want to test against that)
tox run-parallel -f ${{ matrix.toxfactor }} --parallel-no-spinner --parallel-live --installpkg dist/*.whl
tox run-parallel -f ${{ matrix.toxfactor }} --parallel 4 --parallel-no-spinner --parallel-live --installpkg dist/*.whl
coverage combine
coverage xml
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Added

Changed
+++++++
* Relaxed `gherkin-official` dependency requirement to `>=29.0.0` to allow for newer versions of the `gherkin-official` package.

Deprecated
++++++++++
Expand Down
Loading

0 comments on commit 9ff6980

Please sign in to comment.