Fix gate job for python3.12
Change-Id: Idf95284d51ae864622234ac66cd64c030820ebc0
This commit is contained in:
committed by
Mohd Nisar Khan
parent
9f189d4abc
commit
41c052b8c9
@@ -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
3
bindep.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
# Needed to build psycopg2 from source in CI
|
||||
libpq-dev [platform:dpkg]
|
||||
postgresql-devel [platform:rpm]
|
||||
Reference in New Issue
Block a user