remove addopts key from tool:pytest section of setup.cfg (#246)

The '-n' command line argument is not supported by recent pytest.
This commit is contained in:
Sean Whitton
2018-04-02 14:43:38 -04:00
committed by jbarlow83
parent 90644a3017
commit 11e19e4085
-1
View File
@@ -11,7 +11,6 @@ ignore =
[tool:pytest]
norecursedirs = lib .pc .git output cache resources
testpaths = tests
addopts = -n auto
[metadata]
license_file = LICENSE