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

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.