forked from extern/httpie-cli
Fixed python setup.py test
This commit is contained in:
parent
2a72ae23d5
commit
529f3bd9b6
4
setup.py
4
setup.py
@ -25,8 +25,10 @@ class PyTest(TestCommand):
|
||||
|
||||
|
||||
tests_require = [
|
||||
'pytest',
|
||||
# Pytest needs to come last.
|
||||
# <bitbucket.org/pypa/setuptools/issue/196/tests_require-pytest-pytest-cov-breaks>
|
||||
'pytest-httpbin',
|
||||
'pytest',
|
||||
]
|
||||
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
"""Miscellaneous regression tests"""
|
||||
import socket
|
||||
|
||||
from utils import http, HTTP_OK
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user