summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-23 04:58:30 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-23 04:58:30 +0000
commit00665772ecc5424d7d0ccde1b7447ca4a885eeef (patch)
tree2b64e1f57aee01b60573aef28000de6d806ff268
parent935d69311d9bc628c652a8ed4b029175e7a46252 (diff)
downloadoslo-config-00665772ecc5424d7d0ccde1b7447ca4a885eeef.tar.gz
Updated from global requirements
Change-Id: I7f0c07b43ae8dd24b1a61ea7254fa99974c13961
-rw-r--r--requirements.txt4
-rw-r--r--setup.py1
-rw-r--r--test-requirements.txt16
3 files changed, 10 insertions, 11 deletions
diff --git a/requirements.txt b/requirements.txt
index f560a0e..8a2d173 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,8 +2,8 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr>=0.6,!=0.7,<1.0
+pbr!=0.7,<1.0,>=0.6
argparse
netaddr>=0.7.12
six>=1.9.0
-stevedore>=1.3.0,<1.4.0 # Apache-2.0
+stevedore<1.4.0,>=1.3.0 # Apache-2.0
diff --git a/setup.py b/setup.py
index 7363757..056c16c 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/test-requirements.txt b/test-requirements.txt
index 9b2a5be..8ec76c9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,15 +2,15 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking>=0.9.2,<0.10
+hacking<0.10,>=0.9.2
discover
-fixtures>=0.3.14
+fixtures<1.3.0,>=0.3.14
python-subunit>=0.0.18
testrepository>=0.0.18
testscenarios>=0.4
-testtools>=0.9.36,!=1.2.0
-oslotest>=1.5.1,<1.6.0 # Apache-2.0
+testtools!=1.2.0,>=0.9.36
+oslotest<1.6.0,>=1.5.1 # Apache-2.0
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
@@ -18,11 +18,11 @@ oslotest>=1.5.1,<1.6.0 # Apache-2.0
coverage>=3.6
# this is required for the docs build jobs
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
# Required only for tests
-oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
+oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
# mocking framework
-mock>=1.0
+mock<1.1.0,>=1.0