mirror of
https://github.com/httpie/cli.git
synced 2024-11-08 17:04:50 +01:00
Merge pull request #424 from t-mart/master
Remove duplicate setup.py test option
This commit is contained in:
commit
6afe9c32c4
1
setup.py
1
setup.py
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user