Commit Graph

15 Commits

Author SHA1 Message Date
Stephen Finucane 868096bb52 Retire cloud-init
This appears to be an unmaintained fork of the original code, which
lives elsewhere [1]. Kill it.

[1] https://github.com/cloud-init/cloud-init

Change-Id: I1f57197f1f67aa6adce152b5e4acc63a72277c6a
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2019-04-01 16:48:35 +01:00
Joshua Harlow e77b9eda21 It seems like httppretty 0.8.11 and 0.8.12 are broken
Upstream issue is:

https://github.com/gabrielfalcao/HTTPretty/issues/278

So until its fixed (and released) block those versions
from being used.

This also fixes the .gitreview file which no longer
works due to the move to openstack from stackforge.

Change-Id: I52d593cbf987081d53506cdae1ab59c240517a01
2016-01-06 15:19:45 -08:00
Jenkins e20d63d98c Merge "fix 'tox -e docs' by limiting sphinx versions" 2015-07-02 21:38:09 +00:00
Scott Moser 3e9bfcfd7a fix 'tox -e docs' by limiting sphinx versions
pbr has issues invoking sphinx versions >1.3 (http://pad.lv/1379998)

The fix here is two-fold:
 a.) no longer use 'pip install --pre'
     I'd rather spend less time debugging failures due to new pip packages.
 b.) shorten the list of requirements on sphinx as a result of 'a'
     Since 1.3b* versions were pre, and we're no longer installing with --pre
     we do not need to explicitly blacklist them.

At a future date when pbr is available with a fix, we can remove the upper
limit on sphinx.

Change-Id: I696fc3e4ef8803bbb2a95e34501d5330a64ab93c
2015-07-02 17:11:08 -04:00
Joshua Harlow 92405e6712 Bring over the 'templater' from bzr
Change-Id: Iefcceb1c0d47ae455985f1d027465b0db0a0e467
2015-07-02 17:52:51 +00:00
Daniel Watkins 16e1ee3b51 Add doc8 checks to docs tox target.
And fix the one error that it throws up.

Change-Id: I51fb24562b5779fc40b9e8fcd3a62c5ea5478faf
2015-06-12 18:42:17 +01:00
Jenkins 9cf2817464 Merge "Add tox targets for coverage testing." 2015-06-10 18:28:15 +00:00
Joshua Harlow 911ada7bba Bring over the 'url_helper' module from bzr
This module is quite useful for fetching urls in a manner
that can be provided custom headers, retries and ssl_args
so let's ensure we have it available for usage under these
circumstances.

Also adds some basic sanity tests so that it will continue
to work as expected.

Change-Id: I4d5e777cf530e822bbea69c76846ebebb48a7927
2015-06-10 11:11:13 -07:00
Daniel Watkins be893a9f51 Add tox targets for coverage testing.
These will require a minimum of 90% coverage to pass.

Also remove unnecessary 'deps = {[testenv]deps}' lines; all [testenv:*]
targets use the values in [testenv] for any missing configuration
options.

Change-Id: Ifa311965c0329ce406cfb9e44660240574dacb4a
2015-06-05 21:23:04 +01:00
Joshua Harlow 154a2ee413 Fix all the current brokeness
Add missing files and tweaks so that the automated
CI/flake8/pep8/docs/... and such work correctly.

Change-Id: I838b02bf0037569065b7c7914f4a68b92d7ebd6a
2015-04-01 11:54:46 -07:00
Scott Moser 0cbad3f0c5 re-set requirements/test-requirements 2015-01-21 16:11:58 -05:00
Daniel Watkins ee428c04fe Add tests for current parse_ssh_config behaviour.
This also adds mock as a test dependency, as we are looking to migrate
away from mocker.
2014-11-12 13:52:28 +00:00
Jay Faulkner 309e21aec1 Remove pylint
pylint was not passing, and per smoser in IRC pylint can/should be
removed.
2014-08-26 11:53:44 -07:00
Jay Faulkner 18d1aea913 fix(pep8): Fix various pep8 violations and version-lock pep8
Fixed all complaints from running "make pep8". Also version locked
pep8 in test-requirements.txt to ensure that pep8 requirements don't
change without an explicit commit.
2014-08-26 11:50:11 -07:00
Joshua Harlow 01e9c38447 Update makefile to install from updated requirements files 2014-01-17 23:46:19 -08:00