forked from StackStorm/st2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-requirements.txt
35 lines (35 loc) · 953 Bytes
/
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
# NOTE: codecov only supports coverage==4.5.2
coverage==4.5.2
pep8==1.7.1
st2flake8==0.1.0
astroid==1.6.5
pylint==1.9.4
pylint-plugin-utils>=0.4
bandit==1.5.1
ipython<6.0.0
mock==3.0.5
nose>=1.3.7
tabulate
unittest2
sphinx==1.7.9
sphinx-autobuild
# nosetests enhancements
rednose
nose-timer==0.7.5
# splitting tests run on a separate CI machines
nose-parallel==0.3.1
# Required by st2client tests
pyyaml==5.1.2
RandomWords
gunicorn==19.9.0
psutil==5.6.3
webtest==2.0.25
rstcheck>=3.3.1,<3.4
tox==3.14.1
pyrabbit
# Since StackStorm v2.8.0 we now use cryptography instead of keyczar, but we still have some tests
# which utilize keyczar and ensure new cryptography code is fully compatible with keyczar code
# (those tests only run under Python 2.7 since keyczar doesn't support Python 3.x).
# See https://github.com/StackStorm/st2/pull/4165
python-keyczar
git+https://github.com/StackStorm/pip-conflict-checker.git@fix_pip_issue#egg=pip-conflict-checker