Pedro Algarvio e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 %!s(int64=4) %!d(string=hai) anos
..
py3.5 e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 %!s(int64=4) %!d(string=hai) anos
py3.6 e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 %!s(int64=4) %!d(string=hai) anos
py3.7 e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 %!s(int64=4) %!d(string=hai) anos
py3.8 e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 %!s(int64=4) %!d(string=hai) anos
py3.9 e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 %!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
changelog.in c87642181e add towncrier to manage changelog %!s(int64=4) %!d(string=hai) anos
cloud.in fa22b39854 Add pypsexec requirement for cloud tests %!s(int64=5) %!d(string=hai) anos
crypto.in a24f6fe7e7 Default crypto library to `pycryptodomex` %!s(int64=4) %!d(string=hai) anos
darwin.in e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 %!s(int64=4) %!d(string=hai) anos
docs.in bba8405c6b update sphinx to 3.0.1 %!s(int64=4) %!d(string=hai) anos
invoke.in a5b9961f78 Lay the ground for `invoke` usage %!s(int64=4) %!d(string=hai) anos
lint.in cfc3bba516 Stop getting warnings about missing toml library %!s(int64=4) %!d(string=hai) anos
linux.in e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 %!s(int64=4) %!d(string=hai) anos
windows.in e30e4fb15a Upgrade test suite virtualenv package to 20.0.20 %!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.