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]