Commit graph

4 commits

Author SHA1 Message Date
Pedro Algarvio
6dff22e227 Properly constraint CI requirements from PKG requirements
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-09-29 16:12:59 +01:00
Kirill Ponomarev
571e62aecb
Add Ubuntu 22.04 (#62100)
* Add Ubuntu 22.04

* upgrade m2crypto requirement for linux pyversion>=3.10 to deal with build errors

* Allow signing before returning when testrun=True to cooperate with M2Crypto=0.38.0

* Skip test_py36_target when docker container resets ssh connection

* check the json stderr this time

* check raw stdout for connection closed message instead

* Actually check for the right text this time

* changelog

* Change m2crypto requirements across the board

Co-authored-by: MKLeb <calebb@vmware.com>
Co-authored-by: Caleb Beard <53276404+MKLeb@users.noreply.github.com>
2022-06-14 11:56:15 -07:00
Pedro Algarvio
2ed6d1a974 Enforce requirements and their versions consistency
Use use the packaging requirements as version constraints to all other
requirements files which should include Salt's base requirements.

The nox sessions now don't install the base requirements since the "top"
requirements file includes the base requirements.

All of this, ensuring that the same versions are used on all of them.
2021-09-21 13:42:53 -07:00
Pedro Algarvio
2ea5ad81a9 Compile the requirements 2021-05-05 06:48:41 -07:00