From cc0ba032908efeaefea47300cce0596f69229ab6 Mon Sep 17 00:00:00 2001 From: Tim Martin Date: Mon, 28 Dec 2015 10:28:04 -0600 Subject: [PATCH] Remove duplicate setup.py test option --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index cab89c7c..840517b2 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,6 @@ class PyTest(TestCommand): # and runs the tests with no fancy stuff like parallel execution. def finalize_options(self): TestCommand.finalize_options(self) - self.test_suite = True self.test_args = [ '--doctest-modules', '--verbose', './httpie', './tests'