We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd5698 commit 3b9c498Copy full SHA for 3b9c498
tox.ini
@@ -32,7 +32,7 @@ deps =
32
django41: Django>=4.1,<4.2
33
django42: Django>=4.2,<4.3
34
djangomain: https://github.com/django/django/archive/main.zip
35
-commands = {posargs:py.test --cov=graphene_django graphene_django examples}
+commands = {posargs:pytest --cov=graphene_django graphene_django examples}
36
37
[testenv:pre-commit]
38
skip_install = true
0 commit comments