Merge "List system dependencies for running common tests" into stable/mitaka

This commit is contained in:
Jenkins 2016-07-13 21:11:39 +00:00 committed by Gerrit Code Review
commit 5744ac130f
2 changed files with 31 additions and 0 deletions

23
other-requirements.txt Normal file
View File

@ -0,0 +1,23 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
build-essential [platform:dpkg]
dbus-devel [platform:rpm]
dbus-glib-devel [platform:rpm]
gettext
language-pack-en [platform:ubuntu]
libdbus-1-dev [platform:dpkg]
libdbus-glib-1-dev [platform:dpkg]
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
libuuid-devel [platform:rpm]
locales [platform:debian]
python-dev [platform:dpkg]
python-devel [platform:rpm]
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
python3-dev [platform:dpkg]
python3-devel [platform:fedora]
python3.4 [platform:ubuntu-trusty]
python3.5 [platform:ubuntu-xenial]
python34-devel [platform:centos]
uuid-dev [platform:dpkg]

View File

@ -66,3 +66,11 @@ exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,doc/sour
[hacking]
import_exceptions = novaclient.i18n
[testenv:bindep]
# Do not install any requirements. We want this to be fast and work even if
# system dependencies are missing, since it's used to tell you what system
# dependencies are missing! This also means that bindep must be installed
# separately, outside of the requirements files.
deps = bindep
commands = bindep test