Merge pull request #1414 from gevent/issue1349
Rework testrunner and tests to support resources and disabling network tests
Showing
... | ... | @@ -9,10 +9,8 @@ pylint>=1.8.0 ; python_version < "3.4" |
pylint >= 2.3.1 ; python_version >= "3.4" and platform_python_implementation == "CPython" | ||
astroid >= 2.2.5 ; python_version >= "3.4" and platform_python_implementation == "CPython" | ||
# We need this at runtime to use the libev-CFFI and libuv backends | ||
cffi >= 1.12.2 ; platform_python_implementation == 'CPython' | ||
# benchmarks use this | ||
perf >= 1.6.0 | ||
-e .[test,events,dnspython,docs] | ||
-e .[test,docs] |
docs/development.rst
0 → 100644
This diff is collapsed.
docs/whatsnew_1_5.rst
0 → 100644
Please register or sign in to comment