Enable and fix integration tests for devel

This commit is contained in:
Andrew Klychkov 2022-02-28 11:35:18 +01:00
commit 6d02f247d5
3 changed files with 3 additions and 2 deletions

View file

@ -65,7 +65,7 @@ jobs:
- stable-2.10 - stable-2.10
- stable-2.11 - stable-2.11
- stable-2.12 - stable-2.12
#- devel - devel
python: python:
- 3.6 - 3.6
- 3.8 - 3.8

View file

@ -1,4 +1,4 @@
dbdeployer_version: 1.56.0 dbdeployer_version: 1.64.0
dbdeployer_home_dir: /opt/dbdeployer dbdeployer_home_dir: /opt/dbdeployer
home_dir: /root home_dir: /root

View file

@ -15,6 +15,7 @@ python_packages: [pymysql == 0.9.3]
install_prereqs: install_prereqs:
- libaio1 - libaio1
- libnuma1 - libnuma1
- libncurses5
install_python_prereqs: install_python_prereqs:
- python3-dev - python3-dev