Skip to content

Commit 648bc82

Browse files
committed
Use pytest inplace of py.test
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent c4971db commit 648bc82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ whitelist_externals =
1616
commands =
1717
xmlsec1 --version
1818
python --version
19-
py.test --version
19+
pytest --version
2020
tox --version
2121
pip --version
2222
pip freeze
23-
py.test --cov={envsitepackagesdir}/saml2 -v -rs {posargs:tests/}
23+
pytest --cov={envsitepackagesdir}/saml2 -vvv -rs {posargs:tests/}

0 commit comments

Comments
 (0)