mirror of https://github.com/zeromq/pyzmq.git
14 lines
517 B
Plaintext
14 lines
517 B
Plaintext
black; platform_python_implementation != "PyPy"
|
|
# gevent wheels on mac cause Illegal Instruction
|
|
codecov
|
|
# coverage 5 has issues with Cython: https://github.com/cython/cython/issues/3515
|
|
coverage<5
|
|
flake8
|
|
gevent; platform_python_implementation != "PyPy" and sys_platform != "win32" and sys_platform != "darwin" and python_version < "3.11"
|
|
mypy; platform_python_implementation != "PyPy"
|
|
pytest
|
|
# pytest-cov 2.11 requires coverage 5, which still doesn't work with Cython
|
|
pytest-cov==2.10.*
|
|
pytest-rerunfailures
|
|
tornado
|