forked from slackapi/python-slack-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtesting.txt
More file actions
22 lines (22 loc) · 767 Bytes
/
Copy pathtesting.txt
File metadata and controls
22 lines (22 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# pip install -r requirements/testing.txt
aiohttp<4 # used for a WebSocket server mock
pytest>=7.0.1,<9
pytest-asyncio<1 # for async
pytest-cov>=2,<7
# while flake8 5.x have issues with Python 3.12, flake8 6.x requires Python >= 3.8.1,
# so 5.x should be kept in order to stay compatible with Python 3.6/3.7
flake8>=5.0.4,<8
# Don't change this version without running CI builds;
# The latest version may not be available for older Python runtime
black>=22.8.0; python_version=="3.6"
black==22.10.0; python_version>"3.6"
click==8.0.4 # black is affected by https://github.com/pallets/click/issues/2225
psutil>=6.0.0,<7
# used only under slack_sdk/*_store
boto3<=2
# For AWS tests
moto>=4.0.13,<6
mypy<=1.14.1
# For AsyncSQLAlchemy tests
greenlet<=4
aiosqlite<=1