f41e304849
Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Also fix the lower bound for requests-kerberos. Change-Id: Ie5da1d132321b2cffea3eb8522462daad45900b5 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
15 lines
503 B
Plaintext
15 lines
503 B
Plaintext
# This is a cross-platform list tracking distribution packages needed for install and tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
build-essential [platform:dpkg test]
|
|
python-dev [platform:dpkg test]
|
|
python-devel [platform:rpm test]
|
|
libkrb5-dev [platform:dpkg test]
|
|
krb5-devel [platform:rpm test]
|
|
libxml2-dev [platform:dpkg]
|
|
libxml2-devel [platform:rpm]
|
|
libxslt-devel [platform:rpm]
|
|
libxslt1-dev [platform:dpkg]
|
|
zlib-devel [platform:rpm]
|
|
zlib1g-dev [platform:dpkg]
|