forked from StackStorm/st2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-requirements.txt
More file actions
32 lines (32 loc) · 796 Bytes
/
test-requirements.txt
File metadata and controls
32 lines (32 loc) · 796 Bytes
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
coverage
pep8==1.7.1
flake8==3.5.0
astroid==1.6.4
pylint==1.8.4
pylint-plugin-utils>=0.2.6,<0.3
bandit==1.4.0
ipython<6.0.0
mock==2.0.0
nose>=1.3.7
tabulate
unittest2
sphinx==1.7.5
sphinx-autobuild
# nosetests enhancements
rednose
nose-timer>=0.7.2,<0.8
# splitting tests run on a separate CI machines
nose-parallel
# Required by st2client tests
pyyaml<4.0,>=3.12
RandomWords
gunicorn==19.7.1
psutil==5.4.5
webtest==2.0.25
rstcheck>=3.3.0,<3.4
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