README.rst 573 B

1234567891011121314
  1. What Is This All About
  2. ======================
  3. This directory will contain platform specific requirements(and the requirements
  4. of each requirements) locked to the versions used as if the testing environment
  5. was setup using the salt-jenkins states.
  6. The purpose of this is to ease the transition to `nox` and golden images where
  7. only binary system packages are installed on the golden image and `nox`
  8. installs the python dependencies on virtualenv specifically created for the
  9. test run.
  10. This will also make sure we run the tests with the exact same dependencies
  11. everytime.