replace dict.iteritems() with six.iteritems(dict)
According to https://wiki.openstack.org/wiki/Python3 dict.iteritems() should be replaced with six.iteritems(dict). Added six >= 1.6.0 as new requirement. Removed six from test requirements. Change-Id: Ifba282b1bde9681268e6e46ffd024c96c6b9be05
This commit is contained in:
@@ -7,7 +7,6 @@ docutils==0.9.1
|
||||
discover
|
||||
fixtures>=0.3.14
|
||||
python-subunit
|
||||
six>=1.4.1
|
||||
testrepository>=0.0.17
|
||||
testtools>=0.9.32
|
||||
sphinxcontrib-programoutput
|
||||
|
||||
Reference in New Issue
Block a user