From ed25b0a06b69baa64c0ed80f3c74581cb5079318 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Thu, 28 Mar 2024 16:37:28 -0400 Subject: [PATCH] Call tests with pytest rather than py.test --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8d511f6b..0c858fdf 100644 --- a/tox.ini +++ b/tox.ini @@ -21,6 +21,6 @@ deps = -rrequirements.txt -rextra_requirements.txt commands = - py.test --cov-config .coveragerc --cov pywb -v --doctest-modules ./pywb/ tests/ + pytest --cov-config .coveragerc --cov pywb -v --doctest-modules ./pywb/ tests/