From 450beac538af59f7ca417d86d7ee065f03af0536 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 26 Aug 2021 20:59:44 +0200 Subject: Pass args to pytest --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 0bc9286..c856df4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,3 @@ -[pytest] -addopts = --doctest-modules --doctest-glob=*.rst - [tox] envlist = python @@ -9,7 +6,7 @@ deps = pytest passenv = TERM commands = - pytest + pytest {posargs} [testenv:pylint] deps = pylint -- cgit v1.2.3