From e5a628fd9c1d87a18c0f519e734f918930fa391b Mon Sep 17 00:00:00 2001 From: Bruno Grande Date: Thu, 9 Feb 2023 17:30:20 -0800 Subject: [PATCH] Run acceptance tests manually --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a013c23..f1b9844 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ extras = all commands = # The `-m ""` overrides the `-m "not slow"` in setup.cfg - pytest {posargs} -m "" + pytest {posargs} -m "not acceptance" [testenv:lint]