From 37c1dcac523db4611f4880c8cc86f3c40b66ee21 Mon Sep 17 00:00:00 2001 From: Guillaume Boutry Date: Fri, 26 Jan 2024 16:12:20 +0100 Subject: [PATCH] pin pytest-interface-tester and pydantic A release of pytest-interface-tester removed the pin on pydantic<2. Traefik-k8s ingress lib is not compatible with pydantic>=2. Change-Id: I9db938646ab8e5928d6cf0c0da020c32f4a1bd5a --- test-requirements.txt | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 063fac5d..c78354d6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,17 +2,18 @@ mock stestr coverage -tenacity # ops-sunbeam -ops # all charms -lightkube # almost all charms -pwgen # keystone-k8s -python-keystoneclient # keystone-k8s -cryptography # neutron-k8s -jsonschema # neutron-k8s -pytest-interface-tester # barbican-k8s -requests # cinder-ceph-k8s -netifaces # cinder-ceph-k8s -cosl # openstack-exporter +tenacity # ops-sunbeam +ops # all charms +lightkube # almost all charms +pwgen # keystone-k8s +python-keystoneclient # keystone-k8s +cryptography # neutron-k8s +jsonschema # neutron-k8s +pytest-interface-tester<2 # barbican-k8s +pydantic<2 # traefik-k8s ingress lib +requests # cinder-ceph-k8s +netifaces # cinder-ceph-k8s +cosl # openstack-exporter git+https://github.com/juju/charm-helpers.git#egg=charmhelpers # cinder-ceph-k8s,glance-k8s,gnocchi-k8s git+https://opendev.org/openstack/charm-ops-interface-ceph-client#egg=interface_ceph_client # cinder-ceph-k8s requests-unixsocket # sunbeam-clusterd