-
-
Notifications
You must be signed in to change notification settings - Fork 747
/
test-requirements.txt
56 lines (56 loc) · 1.52 KB
/
test-requirements.txt
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Important: Keep version constraints synchronised with the below repositories:
# - https://github.com/StackStorm/st2docs
# - https://github.com/StackStorm/orquesta
# - https://github.com/StackStorm/st2-auth-ldap
# - https://github.com/StackStorm/st2-rbac-backend
# ----------------------------------------------------------------------
coverage==7.4.4
pep8==1.7.1
flake8==7.0.0
st2flake8>0.1.0
astroid==3.1.0
pylint==3.1.0
pylint-plugin-utils>=0.4
black==22.3.0
pre-commit==2.1.0
bandit==1.7.10
isort>=4.2.5
mock==5.1.0
nose>=1.3.7
tabulate
# 4.5.0 required for Jinja-3.1.3 support but >5.0 required by rstcheck and lower than 7.2 which drops py3.8 support
sphinx>=5.0.0,<7.2.0
sphinx-autobuild
# pin alabaster (sphinx dependency) or pip installs one that is not compatible
alabaster<0.7.14
# nosetests enhancements
rednose
nose-timer==1.0.1
# splitting tests run on a separate CI machines
nose-parallel==0.4.0
# Required by st2client tests
pyyaml==6.0.2
# Constrain pygments required by editor to align with st2 core version
pygments==2.18.0
RandomWords
gunicorn==23.0.0
psutil==6.0.0
webtest==3.0.1
# Bump to latest to meet sphinx requirements.
rstcheck==6.2.1
tox==4.14.2
pyrabbit
prance==23.6.21.0
# pip-tools provides pip-compile: to check for version conflicts
pip-tools==7.4.1
pytest==7.0.1
pytest-benchmark[histogram]==3.4.1
pytest-icdiff==0.9
pytest-cov==3.0.0
pytest-xdist==2.5.0
# zstandard is used for micro benchmarks
zstandard==0.23.0
# ujson is used for micro benchmarks
ujson==5.10.0
# needed by integration tests for coordination
redis==5.0.8