Skip to content

Commit 3b9c498

Browse files
committed
py.test -> pytest
1 parent 6bd5698 commit 3b9c498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ deps =
3232
django41: Django>=4.1,<4.2
3333
django42: Django>=4.2,<4.3
3434
djangomain: https://github.com/django/django/archive/main.zip
35-
commands = {posargs:py.test --cov=graphene_django graphene_django examples}
35+
commands = {posargs:pytest --cov=graphene_django graphene_django examples}
3636

3737
[testenv:pre-commit]
3838
skip_install = true

0 commit comments

Comments
 (0)