Merge pull request #843 from gevent/fo-consistency
Unify lots of implementation details between FileObjectPosix/Thread, including making *bufsize* of 0 be respected.
Showing
... | ... | @@ -7,6 +7,9 @@ coverage>=4.0 |
coveralls>=1.0 | ||
cffi | ||
futures | ||
# Makes tests faster, but causes issues on the old | ||
# linux version Travis CI uses. We have a workaround. | ||
psutil | ||
# For viewing README.rst (restview --long-description), | ||
# CONTRIBUTING.rst, etc. | ||
# https://github.com/mgedmin/restview | ||
... | ... |
Please register or sign in to comment