Package: networking-sfc / 21.0.0-1

Metadata

Package Version Patches format
networking-sfc 21.0.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
py312 assertDictContainsSubset.patch | (download)

networking_sfc/tests/unit/services/sfc/drivers/ovs/test_driver.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 python 3.12: assertdictcontainssubset
 Python 3.12 drops the long deprecated assertDictContainsSubset method
 in unittest; as this test class makes extensive use of this assertion,
 provide as part of the test class using unions to validate the
 assertion.