Pedro Algarvio e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 4 gadi atpakaļ
..
py3.5 e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 4 gadi atpakaļ
py3.6 e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 4 gadi atpakaļ
py3.7 e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 4 gadi atpakaļ
py3.8 e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 4 gadi atpakaļ
py3.9 e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 4 gadi atpakaļ
README.rst 0d96e640f2 Start handling static(and platform specific) requirements files 5 gadi atpakaļ
changelog.in c87642181e add towncrier to manage changelog 4 gadi atpakaļ
cloud.in fa22b39854 Add pypsexec requirement for cloud tests 5 gadi atpakaļ
crypto.in a24f6fe7e7 Default crypto library to `pycryptodomex` 4 gadi atpakaļ
darwin.in e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 4 gadi atpakaļ
docs.in bba8405c6b update sphinx to 3.0.1 4 gadi atpakaļ
invoke.in a5b9961f78 Lay the ground for `invoke` usage 4 gadi atpakaļ
lint.in cfc3bba516 Stop getting warnings about missing toml library 4 gadi atpakaļ
linux.in e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 4 gadi atpakaļ
windows.in e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 4 gadi atpakaļ

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.