forked from python-trio/trio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-requirements.in
33 lines (30 loc) · 958 Bytes
/
test-requirements.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# For tests
pytest >= 5.0 # for faulthandler in core
coverage >= 7.2.5
async_generator >= 1.9
pyright
pyOpenSSL >= 22.0.0 # for the ssl + DTLS tests
trustme # for the ssl + DTLS tests
pylint # for pylint finding all symbols tests
jedi # for jedi code completion tests
cryptography>=41.0.0 # cryptography<41 segfaults on pypy3.10
# Tools
black; implementation_name == "cpython"
mypy; implementation_name == "cpython"
types-pyOpenSSL; implementation_name == "cpython" # and annotations
ruff >= 0.1.5
astor # code generation
pip-tools >= 6.13.0
codespell
# https://github.com/python-trio/trio/pull/654#issuecomment-420518745
mypy-extensions; implementation_name == "cpython"
typing-extensions
types-cffi; implementation_name == "cpython"
# Trio's own dependencies
cffi; os_name == "nt"
attrs >= 20.1.0
sortedcontainers
idna
outcome
sniffio
exceptiongroup >= 1.0.0rc9; python_version < "3.11"