Fix gate job for python3.12

Change-Id: Idf95284d51ae864622234ac66cd64c030820ebc0
This commit is contained in:
Nisar Khan
2025-09-12 05:17:44 +00:00
committed by Mohd Nisar Khan
parent 9f189d4abc
commit 41c052b8c9
2 changed files with 3 additions and 2 deletions

View File

@@ -34,7 +34,6 @@
override-checkout: stable/2025.1
- openstack-tox-py312:
nodeset: ubuntu-noble
voting: false
required-projects:
- name: openstack/requirements
override-checkout: stable/2025.1
@@ -63,7 +62,6 @@
override-checkout: stable/2025.1
- openstack-tox-py312:
nodeset: ubuntu-noble
voting: false
required-projects:
- name: openstack/requirements
override-checkout: stable/2025.1

3
bindep.txt Normal file
View File

@@ -0,0 +1,3 @@
# Needed to build psycopg2 from source in CI
libpq-dev [platform:dpkg]
postgresql-devel [platform:rpm]