Merge pull request #1176 from gevent/issue1172
Use /dev/fd|/proc/self/fd to get open FDs to close in Popen
Showing
... | @@ -12,23 +12,8 @@ greenlet>=0.4.13 ; platform_python_implementation == "CPython" | ... | @@ -12,23 +12,8 @@ greenlet>=0.4.13 ; platform_python_implementation == "CPython" |
pylint>=1.8.0 | pylint>=1.8.0 | ||
# pyyaml is included here and doesn't install on travis with 3.7a3 | # pyyaml is included here and doesn't install on travis with 3.7a3 | ||
prospector[with_pyroma] ; python_version < '3.7' | prospector[with_pyroma] ; python_version < '3.7' | ||
# We don't run coverage on Windows, and pypy can't build it there | |||
# anyway (coveralls -> cryptopgraphy -> openssl) | |||
coverage>=4.0 ; sys_platform != 'win32' | |||
coveralls>=1.0 ; sys_platform != 'win32' | |||
# See version requirements in setup.py | # See version requirements in setup.py | ||
cffi >= 1.11.5 ; platform_python_implementation == "CPython" | cffi >= 1.11.5 ; platform_python_implementation == "CPython" | ||
futures | |||
dnspython | |||
idna | |||
# Makes tests faster | |||
# Fails to build on PyPy on Windows. | |||
psutil ; platform_python_implementation == "CPython" or sys_platform != "win32" | |||
# benchmarks use this | # benchmarks use this | ||
perf | perf | ||
# examples, called from tests, use this | |||
requests | |||
# Events | |||
zope.event | |||
zope.interface |
Please register or sign in to comment