salt/requirements/static
Pedro Algarvio dc9c22ab9b Switch to Debian 12 to build packages.
The latest cryptography 1.41.1 requires a version of rustc which is not
available on Debian 11

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-07-06 18:04:43 +01:00
..
ci Switch to Debian 12 to build packages. 2023-07-06 18:04:43 +01:00
pkg Upgrade to cryptography==41.0.1(and therefor pyopenssl==23.2.0 due to https://github.com/advisories/GHSA-5cpq-8wj7-hf2v 2023-07-06 18:04:43 +01:00
README.rst Fix spelling mistake of "every time" 2021-12-16 16:04:30 -05:00

What Is This All About

This directory will contain platform specific requirements(and the requirements of each requirements) locked to the versions used as if the testing environment was setup using the salt-jenkins states.

The purpose of this is to ease the transition to nox and golden images where only binary system packages are installed on the golden image and nox installs the python dependencies on virtualenv specifically created for the test run.

This will also make sure we run the tests with the exact same dependencies every time.