1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-26 20:02:11 +02:00

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
-1
View File
@@ -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'