mirror of
https://github.com/httpie/cli.git
synced 2025-08-14 17:18:47 +02:00
Don't used pytest-xdist with setup.py test
This commit is contained in:
3
setup.py
3
setup.py
@ -11,7 +11,7 @@ class PyTest(TestCommand):
|
||||
TestCommand.finalize_options(self)
|
||||
self.test_suite = True
|
||||
self.test_args = [
|
||||
'--doctest-modules', '-n', '8',
|
||||
'--doctest-modules',
|
||||
'./httpie', './tests'
|
||||
]
|
||||
self.test_suite = True
|
||||
@ -23,7 +23,6 @@ class PyTest(TestCommand):
|
||||
|
||||
tests_require = [
|
||||
'pytest',
|
||||
'pytest-xdist',
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user