Alvaro Crespo Serrano has proposed merging ~alvarocs/launchpad:upgrade-python-subunit into launchpad:master.
Commit message: Upgrade python-subunit to 1.4.4. Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~alvarocs/launchpad/+git/launchpad/+merge/479316 -- Your team Launchpad code reviewers is requested to review the proposed merge of ~alvarocs/launchpad:upgrade-python-subunit into launchpad:master.
diff --git a/requirements/launchpad.txt b/requirements/launchpad.txt index c140468..0241350 100644 --- a/requirements/launchpad.txt +++ b/requirements/launchpad.txt @@ -145,6 +145,9 @@ python-dateutil==2.9.0.post0 python-debian==0.1.32 python-keystoneclient==3.21.0 python3-openid==3.2 +# ztk-versions.cfg uses 1.4.0 on Python 3, but that does not support 3.12. +# Pin to 1.4.4 to override it. +python-subunit==1.4.4 python-swiftclient==4.6.0 PyYAML==6.0.2 rabbitfixture==0.5.3
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

