diff --git a/other-requirements.txt b/other-requirements.txt new file mode 100644 index 000000000..4ed3c0731 --- /dev/null +++ b/other-requirements.txt @@ -0,0 +1,27 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see http://docs.openstack.org/infra/bindep/ for additional information. + +gettext +libssl-dev + +dbus-devel [platform:rpm] +dbus-glib-devel [platform:rpm] +libdbus-1-dev [platform:dpkg] +libdbus-glib-1-dev [platform:dpkg] +libffi-dev [platform:dpkg] +libffi-devel [platform:rpm] +libldap2-dev [platform:dpkg] +libsasl2-dev [platform:dpkg] +libxml2-dev [platform:dpkg] +libxslt1-dev [platform:dpkg] +python-dev [platform:dpkg] +python3-all-dev [platform:ubuntu !platform:ubuntu-precise] +python3-dev [platform:dpkg] +python3.4 [platform:ubuntu-trusty] +python3.5 [platform:ubuntu-xenial] + +cyrus-sasl-devel [platform:rpm] +libxml2-devel [platform:rpm] +python-devel [platform:rpm] +python3-devel [platform:fedora] +python34-devel [platform:centos] diff --git a/tox.ini b/tox.ini index 7555846c0..8e1537126 100644 --- a/tox.ini +++ b/tox.ini @@ -72,3 +72,11 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen import_exceptions = keystoneclient.i18n local-check-factory = keystoneclient.tests.hacking.checks.factory + +[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