From 11e19e408544452db79e23fc057572dfb56065ab Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 2 Apr 2018 11:43:38 -0700 Subject: [PATCH] remove addopts key from tool:pytest section of setup.cfg (#246) The '-n' command line argument is not supported by recent pytest. --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c8669a80..cfcb82cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,6 @@ ignore = [tool:pytest] norecursedirs = lib .pc .git output cache resources testpaths = tests -addopts = -n auto [metadata] license_file = LICENSE \ No newline at end of file