David Hilton 958809fd5e Pycrypto gen hash rewrite (#57355) há 4 anos atrás
..
py3.5 958809fd5e Pycrypto gen hash rewrite (#57355) há 4 anos atrás
py3.6 958809fd5e Pycrypto gen hash rewrite (#57355) há 4 anos atrás
py3.7 958809fd5e Pycrypto gen hash rewrite (#57355) há 4 anos atrás
py3.8 958809fd5e Pycrypto gen hash rewrite (#57355) há 4 anos atrás
py3.9 958809fd5e Pycrypto gen hash rewrite (#57355) há 4 anos atrás
README.rst 0d96e640f2 Start handling static(and platform specific) requirements files há 5 anos atrás
changelog.in c87642181e add towncrier to manage changelog há 4 anos atrás
cloud.in fa22b39854 Add pypsexec requirement for cloud tests há 5 anos atrás
crypto.in a24f6fe7e7 Default crypto library to `pycryptodomex` há 4 anos atrás
darwin.in d0dff37419 Fix mismatch function argument between cassandra_cql and cassandra_cql_return (#56404) há 4 anos atrás
docs.in bba8405c6b update sphinx to 3.0.1 há 4 anos atrás
invoke.in e6e1ab3ef6 Add task to check `tests/filename_map.yml` validity há 4 anos atrás
lint.in cfc3bba516 Stop getting warnings about missing toml library há 4 anos atrás
linux.in 958809fd5e Pycrypto gen hash rewrite (#57355) há 4 anos atrás
windows.in d0dff37419 Fix mismatch function argument between cassandra_cql and cassandra_cql_return (#56404) há 4 anos atrás

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.