From 40c6d4051214c13e0c0640b55edadb0e5aa0ea0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 13 May 2018 16:23:49 +0200 Subject: Use pytest instead of py.test per upstream recommendation, #dropthedot (#4236) http://blog.pytest.org/2016/whats-new-in-pytest-30/ https://twitter.com/hashtag/dropthedot --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index a1e97c50..86d23aae 100644 --- a/tox.ini +++ b/tox.ini @@ -74,7 +74,7 @@ deps = {[testenv]deps} pytest-random commands = - py.test --capture=no --strict --random {posargs} + pytest --capture=no --strict --random {posargs} [flake8] exclude = .tox,*.egg,.git,_build,.hypothesis -- cgit v1.2.3