salt/requirements/static
Pedro Algarvio 1597940122 Upgrade to boto3>=1.13.5
While testing running the test suite under Py3.7 on windows we hit an
issue installing botocore at the version it was at.
With this newer version of boto3 which also pulls in a newer version of
botocore we got past the issue.
2020-05-08 14:41:23 -07:00
..
py3.5 Upgrade to boto3>=1.13.5 2020-05-08 14:41:23 -07:00
py3.6 Upgrade to boto3>=1.13.5 2020-05-08 14:41:23 -07:00
py3.7 Upgrade to boto3>=1.13.5 2020-05-08 14:41:23 -07:00
py3.8 Upgrade to boto3>=1.13.5 2020-05-08 14:41:23 -07:00
py3.9 Upgrade to boto3>=1.13.5 2020-05-08 14:41:23 -07:00
changelog.in add towncrier to manage changelog 2020-05-07 16:22:31 -07:00
cloud.in Add pypsexec requirement for cloud tests 2019-06-13 15:51:34 -04:00
crypto.in Default crypto library to pycryptodomex 2020-04-23 09:32:34 +01:00
darwin.in Upgrade to boto3>=1.13.5 2020-05-08 14:41:23 -07:00
docs.in update sphinx to 3.0.1 2020-04-17 16:49:14 -06:00
invoke.in Lay the ground for invoke usage 2020-04-23 18:42:47 +01:00
lint.in Stop getting warnings about missing toml library 2020-04-26 20:45:18 -07:00
linux.in Upgrade to boto3>=1.13.5 2020-05-08 14:41:23 -07:00
README.rst Start handling static(and platform specific) requirements files 2019-03-15 11:16:35 +00:00
windows.in Upgrade to boto3>=1.13.5 2020-05-08 14:41:23 -07:00

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.