Pedro Algarvio 38233b7708 Match the `configparser` reuquirement version преди 5 години
..
py2.7 38233b7708 Match the `configparser` reuquirement version преди 5 години
py3.4 01f6febacf Bump PyTest Requirements in preparation for the switch to PyTest преди 5 години
py3.5 01f6febacf Bump PyTest Requirements in preparation for the switch to PyTest преди 5 години
py3.6 01f6febacf Bump PyTest Requirements in preparation for the switch to PyTest преди 5 години
py3.7 01f6febacf Bump PyTest Requirements in preparation for the switch to PyTest преди 5 години
README.rst 0d96e640f2 Start handling static(and platform specific) requirements files преди 5 години
cloud.in fa22b39854 Add pypsexec requirement for cloud tests преди 5 години
crypto.in c086a7546a Add crypto requirements constrains. преди 5 години
darwin.in e5207b788e Temporarily do not install pylxd on macOS преди 5 години
docs.in 07f432796c Switch docs building under Py3 преди 5 години
lint.in c4dd7160de Bump SaltPyLint requirement преди 5 години
linux.in 0d13fbc2ed Address static requirements security vulnerabilities преди 5 години
windows.in 0d13fbc2ed Address static requirements security vulnerabilities преди 5 години

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.