Skip to content

Commit 3342c66

Browse files
committed
ci(refactor): Use pytest instead of py.test
1 parent f91e09d commit 3342c66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip install .
3535
- name: Run tests
3636
run: |
37-
py.test -vv --cov=injector --cov-branch --cov-report html --cov-report term
37+
pytest -vv --cov=injector --cov-branch --cov-report html --cov-report term
3838
if which mypy; then mypy injector ; fi
3939
if which black; then black --check . ; fi
4040
check-manifest

0 commit comments

Comments
 (0)