salt/requirements/static
2020-05-07 16:00:11 -07:00
..
py3.5 Switch to pytest-salt-factories 2020-05-07 16:00:11 -07:00
py3.6 Switch to pytest-salt-factories 2020-05-07 16:00:11 -07:00
py3.7 Switch to pytest-salt-factories 2020-05-07 16:00:11 -07:00
py3.8 Switch to pytest-salt-factories 2020-05-07 16:00:11 -07:00
py3.9 Switch to pytest-salt-factories 2020-05-07 16:00:11 -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 Bug fixes in Junos-related components (#55824) 2020-05-07 11:03:25 -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 Bug fixes in Junos-related components (#55824) 2020-05-07 11:03:25 -07:00
README.rst Start handling static(and platform specific) requirements files 2019-03-15 11:16:35 +00:00
windows.in Upgrade to pygit2 >= 1.2.0 for Py >= 3.8 2020-04-27 07:33:48 -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.