Pedro Algarvio 0b99eaab0f Bump pytest-salt-factories to 0.11.4 %!s(int64=4) %!d(string=hai) anos
..
py3.5 0b99eaab0f Bump pytest-salt-factories to 0.11.4 %!s(int64=4) %!d(string=hai) anos
py3.6 0b99eaab0f Bump pytest-salt-factories to 0.11.4 %!s(int64=4) %!d(string=hai) anos
py3.7 0b99eaab0f Bump pytest-salt-factories to 0.11.4 %!s(int64=4) %!d(string=hai) anos
py3.8 0b99eaab0f Bump pytest-salt-factories to 0.11.4 %!s(int64=4) %!d(string=hai) anos
py3.9 0b99eaab0f Bump pytest-salt-factories to 0.11.4 %!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 998f6f9a5a Remove non Py3 requirements %!s(int64=4) %!d(string=hai) anos
crypto.in a24f6fe7e7 Default crypto library to `pycryptodomex` %!s(int64=4) %!d(string=hai) anos
darwin.in 22460c293f Add `napalm` to testing static requirements %!s(int64=4) %!d(string=hai) anos
docs.in 4e0cb1de42 sphinx 3.0.2 has bugs %!s(int64=4) %!d(string=hai) anos
freebsd.in 22460c293f Add `napalm` to testing static requirements %!s(int64=4) %!d(string=hai) anos
invoke.in e6e1ab3ef6 Add task to check `tests/filename_map.yml` validity %!s(int64=4) %!d(string=hai) anos
lint.in 35e99414ba fix azure vm creation, added a function-signature check for azure.request_instance (#56155) %!s(int64=4) %!d(string=hai) anos
linux.in 22460c293f Add `napalm` to testing static requirements %!s(int64=4) %!d(string=hai) anos
windows.in 649f6e2bd3 Remove `napalm` from the windows static requirements %!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.