salt/requirements/static
Pedro Algarvio c33b56281b
Merge 3006.x into master
Conflicts:
* doc/ref/configuration/minion.rst
2023-04-28 10:20:04 +01:00
..
ci Merge 3006.x into master 2023-04-28 10:20:04 +01:00
pkg Merge remote-tracking branch 'upstream/3006.x' into merge-forward/3006.x/master 2023-04-20 17:39:55 -05: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.