diff options
author | Christoph Kluenter <ckluente@thoughtworks.com> | 2016-03-16 17:41:19 +0100 |
---|---|---|
committer | Christoph Kluenter <ckluente@thoughtworks.com> | 2016-03-16 17:41:19 +0100 |
commit | 22bce383abba21f406edc583d0c2c3fd51cd6972 (patch) | |
tree | 0dfa186544017af98a62b4d4b8a03e41e3c0f563 /service | |
parent | 504fc9630e198c9ffefc8dc0d72f5f410f1029c1 (diff) |
freezing Twisted to 15.5.0 for the tests -- fixing build.
need to evaluate what to do. But this at least fixes the tests for now.
Diffstat (limited to 'service')
-rw-r--r-- | service/test_requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/service/test_requirements.txt b/service/test_requirements.txt index 3d4c73cb..52278140 100644 --- a/service/test_requirements.txt +++ b/service/test_requirements.txt @@ -10,4 +10,5 @@ tempdir==0.6 coverage crochet==1.4.0 poster==0.8.1 -locustio==0.7.3
\ No newline at end of file +locustio==0.7.3 +Twisted==15.5.0 |