Bump hacking to 0.9.x series
Change-Id: I474266c647f31f0ad92ec9878fc03eb5a5c97f43
This commit is contained in:
parent
dc26874ab5
commit
4bc37fd50e
@ -22,6 +22,8 @@ import subprocess
|
||||
import sys
|
||||
import time
|
||||
|
||||
from oslo.config import cfg
|
||||
|
||||
from os_collect_config import cache
|
||||
from os_collect_config import cfn
|
||||
from os_collect_config import ec2
|
||||
@ -33,7 +35,6 @@ from os_collect_config import local
|
||||
from os_collect_config.openstack.common import log
|
||||
from os_collect_config import request
|
||||
from os_collect_config import version
|
||||
from oslo.config import cfg
|
||||
|
||||
DEFAULT_COLLECTORS = ['heat_local', 'ec2', 'cfn', 'heat', 'request', 'local']
|
||||
opts = [
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
import json
|
||||
import os
|
||||
|
||||
from oslo.config import cfg
|
||||
|
||||
from os_collect_config import exc
|
||||
|
@ -16,9 +16,10 @@
|
||||
import json
|
||||
import locale
|
||||
import os
|
||||
from oslo.config import cfg
|
||||
import stat
|
||||
|
||||
from oslo.config import cfg
|
||||
|
||||
from os_collect_config import exc
|
||||
from os_collect_config.openstack.common import log
|
||||
|
||||
|
@ -13,9 +13,10 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import fixtures
|
||||
import json
|
||||
import os
|
||||
|
||||
import fixtures
|
||||
import testtools
|
||||
from testtools import matchers
|
||||
|
||||
|
@ -14,16 +14,16 @@
|
||||
# limitations under the License.
|
||||
|
||||
import copy
|
||||
import extras
|
||||
import fixtures
|
||||
import json
|
||||
import mock
|
||||
import os
|
||||
import signal
|
||||
import sys
|
||||
import tempfile
|
||||
|
||||
import extras
|
||||
import fixtures
|
||||
from keystoneclient import discover as ks_discover
|
||||
import mock
|
||||
from oslo.config import cfg
|
||||
import testtools
|
||||
from testtools import matchers
|
||||
|
@ -13,12 +13,13 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import uuid
|
||||
|
||||
import fixtures
|
||||
import requests
|
||||
import six.moves.urllib.parse as urlparse
|
||||
import testtools
|
||||
from testtools import matchers
|
||||
import uuid
|
||||
|
||||
from os_collect_config import collect
|
||||
from os_collect_config import ec2
|
||||
|
@ -12,11 +12,10 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import mock
|
||||
|
||||
import fixtures
|
||||
from keystoneclient import discover as ks_discover
|
||||
from keystoneclient import exceptions as ks_exc
|
||||
import mock
|
||||
from oslo.config import cfg
|
||||
import testtools
|
||||
from testtools import matchers
|
||||
|
@ -13,11 +13,12 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import fixtures
|
||||
import json
|
||||
import os.path
|
||||
from oslo.config import cfg
|
||||
import tempfile
|
||||
|
||||
import fixtures
|
||||
from oslo.config import cfg
|
||||
import testtools
|
||||
from testtools import matchers
|
||||
|
||||
|
@ -12,12 +12,12 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import mock
|
||||
import tempfile
|
||||
|
||||
import fixtures
|
||||
from keystoneclient import discover as ks_discover
|
||||
from keystoneclient import exceptions as ks_exc
|
||||
import mock
|
||||
from oslo.config import cfg
|
||||
import testtools
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# The order of packages is significant, because pip processes them in the order
|
||||
# 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
|
||||
|
||||
coverage>=3.6
|
||||
discover
|
||||
fixtures>=0.3.14
|
||||
hacking>=0.8.0,<0.9
|
||||
mock>=1.0
|
||||
python-subunit>=0.0.18
|
||||
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
|
||||
|
Loading…
Reference in New Issue
Block a user