Skip to content

Commit 6cda953

Browse files
committed
Remove keyczar from test-requirements.txt since this is py27 only
Remove keyczar from test-requirements.txt since this is only required for unit tests for python 2.7.
1 parent 86924c8 commit 6cda953

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test-requirements.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,4 @@ webtest==2.0.25
2828
rstcheck>=3.3.1,<3.4
2929
tox==3.14.1
3030
pyrabbit
31-
# Since StackStorm v2.8.0 we now use cryptography instead of keyczar, but we still have some tests
32-
# which utilize keyczar and ensure new cryptography code is fully compatible with keyczar code
33-
# (those tests only run under Python 2.7 since keyczar doesn't support Python 3.x).
34-
# See https://github.com/StackStorm/st2/pull/4165
35-
python-keyczar
3631
pip-tools # For pip-compile, to check for version conflicts

0 commit comments

Comments
 (0)