diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-05-24 19:08:14 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-05-24 19:08:14 -0400 |
commit | fdede2004249a8c0ac302531a5b3bc048458be3d (patch) | |
tree | f1db0a4e73814bf7b7903c932d873203e957f1b3 /test-requirements.txt | |
parent | ea4bc2c603a9d964a918e01d00e39a851e979830 (diff) | |
parent | 70ee3c4e6806996401d747e4f8b25855e85d86eb (diff) | |
download | vyos-cloud-init-fdede2004249a8c0ac302531a5b3bc048458be3d.tar.gz vyos-cloud-init-fdede2004249a8c0ac302531a5b3bc048458be3d.zip |
fix up tests that take too long due to retries and timeouts
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 2ab53707..651af11b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,6 +3,9 @@ httpretty>=0.7.1 mock nose +# Only needed if you want to know the test times +# nose-timer + # Only really needed on older versions of python contextlib2 setuptools |