Pedro Algarvio 3cd6042b93 Fix macOS static requirements il y a 4 ans
..
py3.5 3cd6042b93 Fix macOS static requirements il y a 4 ans
py3.6 3cd6042b93 Fix macOS static requirements il y a 4 ans
py3.7 3cd6042b93 Fix macOS static requirements il y a 4 ans
py3.8 3cd6042b93 Fix macOS static requirements il y a 4 ans
py3.9 3cd6042b93 Fix macOS static requirements il y a 4 ans
README.rst 0d96e640f2 Start handling static(and platform specific) requirements files il y a 5 ans
changelog.in c87642181e add towncrier to manage changelog il y a 4 ans
cloud.in 35e99414ba fix azure vm creation, added a function-signature check for azure.request_instance (#56155) il y a 4 ans
crypto.in a24f6fe7e7 Default crypto library to `pycryptodomex` il y a 4 ans
darwin.in d0dff37419 Fix mismatch function argument between cassandra_cql and cassandra_cql_return (#56404) il y a 4 ans
docs.in 4e0cb1de42 sphinx 3.0.2 has bugs il y a 4 ans
freebsd.in d4a7b35194 Change pygit2 to 1.1.1 as required by FreeBSD-12.1 RELEASE il y a 4 ans
invoke.in e6e1ab3ef6 Add task to check `tests/filename_map.yml` validity il y a 4 ans
lint.in 35e99414ba fix azure vm creation, added a function-signature check for azure.request_instance (#56155) il y a 4 ans
linux.in 35e99414ba fix azure vm creation, added a function-signature check for azure.request_instance (#56155) il y a 4 ans
windows.in d0dff37419 Fix mismatch function argument between cassandra_cql and cassandra_cql_return (#56404) il y a 4 ans

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.