Skip to content

Commit 3d3a912

Browse files
committed
Demonstrate failure in existing test suite
1 parent 2ad18b0 commit 3d3a912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest]
12-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
12+
python-version: ["3.9", "3.10", "3.11"]
1313

1414
steps:
1515
- uses: actions/checkout@v2
@@ -25,4 +25,4 @@ jobs:
2525
pip install dist/*.whl
2626
- name: Test with pytest
2727
run: |
28-
cd tests/ && py.test --cov jmespath --cov-report term-missing
28+
cd tests/ && python -m pytest --cov jmespath --cov-report term-missing

0 commit comments

Comments
 (0)