summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2016-05-20 19:33:20 +0530
committerThiago da Silva <thiago@redhat.com>2016-11-18 08:15:52 -0800
commitce0feed60b2077085a66d34021a3c96bbb7f5558 (patch)
tree59f2894f7555ae5e0881bdc17c33f7ea269df231 /test-requirements.txt
parent2318a57a1ea632f77d5f78dc11023fb3b7fc2ad0 (diff)
Use scandir if available
scandir[1] is a directory iteration function like os.listdir(), which can optimize os.walk() by avoiding unnecessary calls to os.stat() Using scandir to avoid stat() calls requires GlusterFS to correctly set d_type field of entries in readdir() responses[2]. [1] https://github.com/benhoyt/scandir [2] http://review.gluster.org/#/c/14095/ Change-Id: Ibdb9a07d25708b5cd8fd663ac99669e7f1f7ba75 Signed-off-by: Prashanth Pai <ppai@redhat.com> Reviewed-on: http://review.gluster.org/14460 Reviewed-by: Thiago da Silva <thiago@redhat.com> Tested-by: Thiago da Silva <thiago@redhat.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 88ca936..27953e7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,10 +7,6 @@ hacking>=0.8.0,<0.9
coverage
nose
nosexcover
-openstack.nose_plugin
nosehtmloutput
-oslosphinx
-sphinx>=1.1.2,<1.2
mock>=1.0
python-swiftclient
-prettytable # SOF