Skip to content

Commit 0cd0176

Browse files
committed
Refix setup.py changes that were inadvertently reverted.
1 parent e5d003b commit 0cd0176

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@
117117
':python_version == "2.7"': ['ipaddress'],
118118
'test:python_version == "2.7"': ['mock'],
119119
'test': ['nose', 'coverage', 'requests', 'nose_warnings_filters',
120-
'nbval', 'nose-exclude', 'selenium', 'pytest', 'pytest-cov'],
120+
'nbval', 'nose-exclude', 'selenium', 'pytest', 'pytest-cov',
121+
'requests-unixsocket'],
121122
'test:sys_platform == "win32"': ['nose-exclude'],
122123
},
123124
python_requires = '>=3.5',

0 commit comments

Comments
 (0)