Add a test with mysql as backend to show that the current EfficacyIndicator model does not store any decimal digit for the value. Change-Id: I0cdbd7d87cd6869a10b48eda3d59558831c8dd36
15 lines
648 B
Plaintext
15 lines
648 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.
|
|
|
|
mysql [platform:rpm !platform:redhat test]
|
|
mysql-client [platform:dpkg !platform:debian test]
|
|
mysql-devel [platform:rpm !platform:redhat test]
|
|
mysql-server [!platform:redhat !platform:debian test]
|
|
mariadb-devel [platform:rpm platform:redhat test]
|
|
mariadb-server [platform:rpm platform:redhat platform:debian test]
|
|
python3-all [platform:dpkg test]
|
|
python3-all-dev [platform:dpkg test]
|
|
python3 [platform:rpm test]
|
|
python3-devel [platform:rpm test]
|
|
sqlite-devel [platform:rpm test]
|