diff options
author | Bruno Wagner <bwagner@thoughtworks.com> | 2014-10-16 23:41:54 +0200 |
---|---|---|
committer | Bruno Wagner <bwagner@thoughtworks.com> | 2014-10-16 23:42:07 +0200 |
commit | f159585ee9b4e961ac58926393ce6d07141aacfc (patch) | |
tree | 475f04e9d98cff33a7b1eddfd7e6084aa93c061c /service | |
parent | e06e34e2a6cf6439d143732f6b7ab1700fbb9113 (diff) |
Bumped the nose version
Diffstat (limited to 'service')
-rw-r--r-- | service/test_requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test_requirements.txt b/service/test_requirements.txt index 27529497..68c47cca 100644 --- a/service/test_requirements.txt +++ b/service/test_requirements.txt @@ -1,7 +1,7 @@ PyHamcrest==1.8.1 behave==1.2.4 selenium==2.43.0 -nose==1.3.2 +nose==1.3.4 mock==1.0.1 httmock==1.2.2 mockito==0.5.2 |