Skip to content

Commit 4e2781c

Browse files
committed
Use pytest not py.test
1 parent f842ea9 commit 4e2781c

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
@@ -12,7 +12,7 @@ passenv=
1212
PYTHON_ISAL_LINK_DYNAMIC
1313
commands =
1414
# Create HTML coverage report for humans and xml coverage report for external services.
15-
coverage run --branch --source=isal -m py.test tests
15+
coverage run --branch --source=isal -m pytest tests
1616
# Ignore errors during report generation. Pypy does not generate proper coverage reports.
1717
coverage html -i
1818
coverage xml -i

0 commit comments

Comments
 (0)