← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/lpcraft:pytest-runner into lpcraft:main

 

Colin Watson has proposed merging ~cjwatson/lpcraft:pytest-runner into lpcraft:main.

Commit message:
Switch to pytest as the test runner

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/lpcraft/+git/lpcraft/+merge/411758
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/lpcraft:pytest-runner into lpcraft:main.
diff --git a/tox.ini b/tox.ini
index 7d224d2..f0e6887 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,11 +4,11 @@ envlist =
 
 [testenv]
 commands =
-    zope-testrunner --test-path . --tests-pattern ^tests {posargs}
+    pytest {posargs}
 deps =
     -r requirements.txt
     .[test]
-    zope.testrunner
+    pytest
 
 [testenv:lint]
 basepython =