diff options
author | Joshua Harlow <harlowja@gmail.com> | 2016-05-12 14:29:50 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@gmail.com> | 2016-05-12 14:29:50 -0700 |
commit | 75211bdfd58b3209455c88ab00c96e9e7c7acecc (patch) | |
tree | 431b8b90ba53ab31f2736c6d8aa9d64a46f223ba /test-requirements.txt | |
parent | 78cbc764486060928541b9dee6ce5779e622d1fa (diff) | |
download | vyos-cloud-init-75211bdfd58b3209455c88ab00c96e9e7c7acecc.tar.gz vyos-cloud-init-75211bdfd58b3209455c88ab00c96e9e7c7acecc.zip |
Enable nose-timer and always show top 10 slow tests
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 2ab53707..88a67a26 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,6 +2,7 @@ httpretty>=0.7.1 mock nose +nose-timer # Only really needed on older versions of python contextlib2 |