Pedro Algarvio 46a1e0ed84 Fix static requirements vor 4 Jahren
..
py3.5 46a1e0ed84 Fix static requirements vor 4 Jahren
py3.6 46a1e0ed84 Fix static requirements vor 4 Jahren
py3.7 46a1e0ed84 Fix static requirements vor 4 Jahren
py3.8 24a65aa911 Bump PyYAML version, 5.2.1 has a vulnerability vor 4 Jahren
py3.9 24a65aa911 Bump PyYAML version, 5.2.1 has a vulnerability vor 4 Jahren
README.rst 0d96e640f2 Start handling static(and platform specific) requirements files vor 5 Jahren
changelog.in c87642181e add towncrier to manage changelog vor 4 Jahren
cloud.in 998f6f9a5a Remove non Py3 requirements vor 4 Jahren
crypto.in a24f6fe7e7 Default crypto library to `pycryptodomex` vor 4 Jahren
darwin.in 998f6f9a5a Remove non Py3 requirements vor 4 Jahren
docs.in 4e0cb1de42 sphinx 3.0.2 has bugs vor 4 Jahren
freebsd.in 998f6f9a5a Remove non Py3 requirements vor 4 Jahren
invoke.in e6e1ab3ef6 Add task to check `tests/filename_map.yml` validity vor 4 Jahren
lint.in 35e99414ba fix azure vm creation, added a function-signature check for azure.request_instance (#56155) vor 4 Jahren
linux.in 998f6f9a5a Remove non Py3 requirements vor 4 Jahren
windows.in 998f6f9a5a Remove non Py3 requirements vor 4 Jahren

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.