Slight diff tidy

This commit is contained in:
Kyle Altendorf 2018-10-04 23:33:38 -04:00
parent dcf9eb0104
commit 5c38a5160d
1 changed files with 0 additions and 1 deletions

View File

@ -1172,7 +1172,6 @@ class Testdir(object):
if plugins:
args = ("-p", plugins[0]) + args
args = self._getpytestargs() + args
return self.run(*args, timeout=timeout)
def spawn_pytest(self, string, expect_timeout=10.0):