mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
![]() 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. |
||
---|---|---|
.. | ||
py3.5 | ||
py3.6 | ||
py3.7 | ||
py3.8 | ||
py3.9 | ||
changelog.in | ||
cloud.in | ||
crypto.in | ||
darwin.in | ||
docs.in | ||
invoke.in | ||
lint.in | ||
linux.in | ||
README.rst | ||
windows.in |
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.