Skip to content

Commit ec896b5

Browse files
authored
Updated command to run pytest
pytest is the recommended way to run pytest since version 3.0, the old command of py.test may be deprecated in the future. See here: pytest-dev/pytest#1629
1 parent b2f909d commit ec896b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Type check
6060
run: mypy --config mypy.ini styleguide_example/
6161
- name: Run tests
62-
run: py.test
62+
run: pytest
6363

6464
deploy_to_heroku:
6565
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)