Pedro Algarvio efce906fff Bump SaltPyLint requirement il y a 5 ans
..
py2.7 efce906fff Bump SaltPyLint requirement il y a 5 ans
py3.4 612569715e Fix crypto compiled requirements files il y a 5 ans
py3.5 612569715e Fix crypto compiled requirements files il y a 5 ans
py3.6 612569715e Fix crypto compiled requirements files il y a 5 ans
py3.7 612569715e Fix crypto compiled requirements files il y a 5 ans
README.rst 0d96e640f2 Start handling static(and platform specific) requirements files il y a 5 ans
cloud.in fa22b39854 Add pypsexec requirement for cloud tests il y a 5 ans
crypto.in c086a7546a Add crypto requirements constrains. il y a 5 ans
darwin.in c086a7546a Add crypto requirements constrains. il y a 5 ans
docs.in 07f432796c Switch docs building under Py3 il y a 5 ans
lint.in efce906fff Bump SaltPyLint requirement il y a 5 ans
linux.in 0d13fbc2ed Address static requirements security vulnerabilities il y a 5 ans
windows.in 0d13fbc2ed Address static requirements security vulnerabilities il y a 5 ans

README.rst

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
everytime.