mirror of
https://github.com/httpie/cli.git
synced 2025-08-19 16:06:18 +02:00
fix tests
This commit is contained in:
4
setup.py
4
setup.py
@@ -7,6 +7,7 @@ from setuptools import setup, find_packages
|
||||
from setuptools.command.test import test as TestCommand
|
||||
|
||||
import httpie
|
||||
from httpie.compat import is_py27
|
||||
|
||||
|
||||
class PyTest(TestCommand):
|
||||
@@ -33,6 +34,9 @@ tests_require = [
|
||||
'mock',
|
||||
]
|
||||
|
||||
if is_py27:
|
||||
tests_require.append('pyOpenSSL')
|
||||
|
||||
|
||||
install_requires = [
|
||||
'requests>=2.21.0',
|
||||
|
Reference in New Issue
Block a user