forked from StackStorm/st2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-requirements.txt
51 lines (51 loc) · 1.3 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
# 7.5 causing errors with orquesta integration tests (probably interaction w/ nose)
coverage<7.5
pep8==1.7.1
# st2flake8 does not support flake8 v5 yet
flake8==4.0.1
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.0
ipython<6.0.0
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.1
# Constrain pygments required by editor to align with st2 core version
pygments==2.18.0
RandomWords
gunicorn==21.2.0
psutil==6.0.0
webtest==2.0.35
# Bump to latest to meet sphinx requirements.
rstcheck==6.2.1
tox==3.23.0
pyrabbit
prance==23.6.21.0
# pip-tools provides pip-compile: to check for version conflicts
pip-tools==7.4.1
pytest==6.2.3
pytest-benchmark==3.4.1
pytest-benchmark[histogram]==3.4.1
# 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.7