salt/requirements/static
Pedro Algarvio 0d6d4cfb36 Remove all kitchen and jenkins related resources
The salt-project hasn't been using them for a very long time.
2024-02-29 10:16:58 +00:00
..
ci Remove all kitchen and jenkins related resources 2024-02-29 10:16:58 +00:00
pkg Upgrade to cryptography==42.0.5 due to a few security issues 2024-02-28 08:56:13 +00:00
README.rst Remove all kitchen and jenkins related resources 2024-02-29 10:16:58 +00: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-ci-images 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.