mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
14 lines
576 B
ReStructuredText
14 lines
576 B
ReStructuredText
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.
|