From 1ac6f05acab8db0b1cf34f0fe5def0030b0875b2 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 12 May 2019 07:12:20 -0700 Subject: [PATCH] Drop pytest options from tox.ini Use the good defaults of pytest instead. The norecursedirs option didn't add anything useful not already provided by pytest. Slightly simplifies the project's configuration and brings it in line with community defaults. --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index e977e46..2eb4480 100644 --- a/tox.ini +++ b/tox.ini @@ -64,7 +64,3 @@ deps = commands = python setup.py sdist bdist_wheel twine upload --skip-existing dist/* - -[pytest] -addopts = -q -norecursedirs = *.egg .git .* _*