diff --git a/tox.ini b/tox.ini index 35c8dfc..41586ba 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,7 @@ deps = django41: Django>=4.1,<4.2 django42: Django>=4.2,<4.3 djangomain: https://github.com/django/django/archive/main.zip -commands = {posargs:py.test --cov=graphene_django graphene_django examples} +commands = {posargs:pytest --cov=graphene_django graphene_django examples} [testenv:pre-commit] skip_install = true