Skip to content

Commit

Permalink
Update py.test to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jamt9000 committed Nov 15, 2022
1 parent ba40547 commit 28df8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Tests
run: |
coverage run --source src,detoxify -m py.test src tests -v --junitxml=junit/test-results-${{ runner.os }}-${{ matrix.python-version }}.xml
coverage run --source src,detoxify -m pytest src tests -v --junitxml=junit/test-results-${{ runner.os }}-${{ matrix.python-version }}.xml
- name: Statistics
if: success()
Expand Down

0 comments on commit 28df8a4

Please sign in to comment.