Merge pull request #424 from t-mart/master

Remove duplicate setup.py test option
This commit is contained in:
Jakub Roztočil 2015-12-28 13:56:14 -03:00
commit 6afe9c32c4

View File

@ -14,7 +14,6 @@ class PyTest(TestCommand):
# and runs the tests with no fancy stuff like parallel execution. # and runs the tests with no fancy stuff like parallel execution.
def finalize_options(self): def finalize_options(self):
TestCommand.finalize_options(self) TestCommand.finalize_options(self)
self.test_suite = True
self.test_args = [ self.test_args = [
'--doctest-modules', '--verbose', '--doctest-modules', '--verbose',
'./httpie', './tests' './httpie', './tests'