Skip to content

Commit ce46ca4

Browse files
Jenkinsopenstack-gerrit
Jenkins
authored andcommitted
Merge "Sync with global requirements"
2 parents c49066b + 8ba3c00 commit ce46ca4

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
d2to1>=0.2.10,<0.3
21
pbr>=0.5.16,<0.6
32
argparse
43
cliff>=1.4
54
httplib2
6-
iso8601
7-
simplejson
5+
iso8601>=0.1.4
6+
simplejson>=2.0.9

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
# implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16-
#
17-
# vim: tabstop=4 shiftwidth=4 softtabstop=4
1816

17+
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
1918
import setuptools
2019

2120
setuptools.setup(
22-
setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5.10,<0.6'],
23-
d2to1=True)
21+
setup_requires=['pbr>=0.5.20'],
22+
pbr=True)

test-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
pep8==1.4.5
33
pyflakes==0.7.2
44
flake8==2.0
5-
hacking>=0.5.3,<0.6
5+
hacking>=0.5.6,<0.7
66

77
cliff-tablib>=1.0
8-
coverage
8+
coverage>=3.6
99
discover
1010
fixtures>=0.3.12
11-
mox
11+
mox>=0.5.3
1212
python-subunit
1313
sphinx>=1.1.2
14-
testrepository>=0.0.13
15-
testtools>=0.9.22
14+
testrepository>=0.0.17
15+
testtools>=0.9.32

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ downloadcache = ~/cache/pip
2525

2626
[flake8]
2727
# E125 continuation line does not distinguish itself from next logical line
28+
# H233 Python 3.x incompatible use of print operator
2829
# H302 import only modules
29-
ignore = E125,H302
30+
ignore = E125,H233,H302
3031
show-source = true
3132
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools

0 commit comments

Comments
 (0)