yatinkarel
14d449b2f1
Rally code is not compatible with SQLAlchemy-2.0.0, until it's compatible let's pin it. CI jobs are broken with multiple errors, so to get this in also need following fixes:- - Remove python-dev from bindep to fix announce-release and docs jobs - Update upper-constraints for testtools to 2.5.0 to fix issues with python3.10+ - Update tox.ini for tox4 compatibility - Ignore warnings introdueced with oslo.db-12.1.0, SQLAlchemy-1.4.46 - Make tox-cover job non-voting as to get it passing coverage report need to succeed for previous commit, which will not succeed without the required changes in this patch. It will be made voting again in follow up patch. Related-Bug: #2004022 Change-Id: Ifcffd11e300e1485fdbfa54b23bcdcaa6ad61011
20 lines
641 B
Plaintext
20 lines
641 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
build-essential [platform:dpkg]
|
|
gcc [platform:rpm]
|
|
gmp-devel [platform:rpm]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm !platform:opensuse]
|
|
libffi48-devel [platform:opensuse]
|
|
libssl-dev [platform:dpkg]
|
|
libxml2-dev [platform:dpkg]
|
|
libxml2-devel [platform:rpm]
|
|
libxslt1-dev [platform:dpkg]
|
|
libxslt-devel [platform:rpm]
|
|
openssl-devel [platform:rpm]
|
|
python3-devel [platform:rpm]
|
|
redhat-rpm-config [platform:rpm !platform:suse]
|
|
iputils-ping [platform:dpkg]
|
|
iputils [platform:rpm]
|