Commit Graph

5 Commits

Author SHA1 Message Date
Dan Prince eac379040f Fix pep8 test
Change-Id: I570517386e4642cd5f47e32c18ffa5dff062f69e
2017-12-08 15:11:33 -05:00
Andreas Jaeger ab8d9f4d52 List system dependencies for running common tests
Add an other-requirements.txt file containing a cross-platform list
of dependencies needed for running included tox-based tests. Also
include a tox environment for convenience calling the bindep[*]
utility to list any missing system requirements.

This change is self-testing.

For other-requirements.txt see also
http://docs.openstack.org/infra/manual/drivers.html#package-requirements

[*] http://docs.openstack.org/infra/bindep/

Change-Id: I9b6f0a48a5c266eb5c78f04cccf0aa43d0f4a282
2016-06-30 08:15:53 +02:00
Dan Prince e2b4f2d0b3 Add requirements files, tox.ini updates
This patch updates the tox.ini file to create
virtualenv's using the new requirements files.

Also, adds a helper task to run reviewday in
a tox virtualenv. Useful on distros that
don't have launchpadlib packages handy...

Change-Id: I4fd2f70859d02a2402ed3b2387e1a6ffbcf588fd
2015-09-25 14:57:30 -04:00
Jeremy Stanley d02f90117c Whitelist external lazr.authentication requirement
* tox.ini(testenv.install_command): Use the --allow-external and
--allow-insecure options so that pip 1.5 and later will assent to
retrieve the lazr.authentication package even though it's not hosted
on PyPI. The --allow-insecure option is aliased to a clearer
--allow-unverified wording in 1.5, but the old form is being used to
avoid breaking users of 1.4.x and will be valid at least through
1.6.x according to comments in the pip source.

Change-Id: I52342a805a8b0b5ade7de494b1fd9b4079b93263
2014-01-06 03:48:37 +00:00
Elizabeth Krumbach 932bfca9cc Add tox.ini file and fix pep8 errors.
Add tox.ini file and fix up several pep8 failures.

Change-Id: I3c64d2e790a8dfe37aa9091b001c3a5b85bc8586
Reviewed-on: https://review.openstack.org/20661
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Dan Prince <dprince@redhat.com>
Approved: Dan Prince <dprince@redhat.com>
Tested-by: Jenkins
2013-01-30 19:43:07 +00:00