Skip to content

Commit 9ff6980

Browse files
authored
Merge pull request #753 from pytest-dev/ab/gherkin-official-req
Relax `gherkin-official` dep requirement
2 parents 9bb4967 + 7decb11 commit 9ff6980

File tree

6 files changed

+403
-396
lines changed

6 files changed

+403
-396
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@ jobs:
106106
run: |
107107
source .venv/bin/activate
108108
coverage erase
109+
# Using `--parallel 4` as it's the number of CPUs in the GitHub Actions runner
109110
# Using `installpkg dist/*.tar.gz` because we want to install the pre-built package (want to test against that)
110-
tox run-parallel -f ${{ matrix.toxfactor }} --parallel-no-spinner --parallel-live --installpkg dist/*.whl
111+
tox run-parallel -f ${{ matrix.toxfactor }} --parallel 4 --parallel-no-spinner --parallel-live --installpkg dist/*.whl
111112
coverage combine
112113
coverage xml
113114

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Added
1414

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

1819
Deprecated
1920
++++++++++

0 commit comments

Comments
 (0)