Pedro Algarvio 12b94469af Update to latest PyTest release %!s(int64=4) %!d(string=hai) anos
..
py2.7 12b94469af Update to latest PyTest release %!s(int64=4) %!d(string=hai) anos
py3.4 12b94469af Update to latest PyTest release %!s(int64=4) %!d(string=hai) anos
py3.5 12b94469af Update to latest PyTest release %!s(int64=4) %!d(string=hai) anos
py3.6 12b94469af Update to latest PyTest release %!s(int64=4) %!d(string=hai) anos
py3.7 12b94469af Update to latest PyTest release %!s(int64=4) %!d(string=hai) anos
README.rst 0d96e640f2 Start handling static(and platform specific) requirements files %!s(int64=5) %!d(string=hai) anos
cloud.in fa22b39854 Add pypsexec requirement for cloud tests %!s(int64=5) %!d(string=hai) anos
crypto.in c086a7546a Add crypto requirements constrains. %!s(int64=5) %!d(string=hai) anos
darwin.in fdeae1f0e1 Use virtualenv 20.0.10 for macosx tests %!s(int64=4) %!d(string=hai) anos
docs.in 07f432796c Switch docs building under Py3 %!s(int64=5) %!d(string=hai) anos
lint.in e92082e036 Upgrade to latest PyLint %!s(int64=4) %!d(string=hai) anos
linux.in 69a3d33f09 Replace pycryptodome with pycrypto %!s(int64=4) %!d(string=hai) anos
windows.in 7b369aa61c Remove trailing newline %!s(int64=4) %!d(string=hai) anos

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.