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

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.