From 5c38a5160d7878a12b459f8da6f441681ff9d59f Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Thu, 4 Oct 2018 23:33:38 -0400 Subject: [PATCH] Slight diff tidy --- src/_pytest/pytester.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_pytest/pytester.py b/src/_pytest/pytester.py index f16e5f19a..d519162b1 100644 --- a/src/_pytest/pytester.py +++ b/src/_pytest/pytester.py @@ -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):