Fixed python setup.py test

This commit is contained in:
Jakub Roztocil 2014-06-28 19:52:10 +02:00
parent 2a72ae23d5
commit 529f3bd9b6
2 changed files with 3 additions and 2 deletions

View File

@ -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',
]

View File

@ -1,5 +1,4 @@
"""Miscellaneous regression tests"""
import socket
from utils import http, HTTP_OK