You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2026-04-24 19:53:55 +02:00
Fixed python setup.py test
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user