Skip to content

Commit 145fc64

Browse files
authored
Merge pull request #62 from ulgens/update-pytest-call
Update pytest entrypoint
2 parents 5b8f361 + 5ec161a commit 145fc64

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
@@ -17,7 +17,7 @@ deps =
1717
-rrequirements-test.txt
1818
dj42: django>=4.2,<4.3
1919
dj50: django>=5.0,<5.1
20-
commands = py.test -rxs --cov-report= --cov-append --cov djclick {posargs:djclick}
20+
commands = pytest -rxs --cov-report= --cov-append --cov djclick {posargs:djclick}
2121

2222

2323
[testenv:flake8]

0 commit comments

Comments
 (0)