salt/requirements/static
2019-05-08 13:16:52 +01:00
..
py2.7 We no longer test againt Ubuntu 14.04 which reached EOL 2019-05-08 13:16:52 +01:00
py3.4 Install mock on Python < 3.6 2019-05-08 13:16:46 +01:00
py3.5 Install mock on Python < 3.6 2019-05-08 13:16:46 +01:00
py3.6 Add moto to the windows dependencies 2019-05-08 13:16:46 +01:00
arch.in Proper english in requirements comments 2019-05-08 13:16:52 +01:00
centos-6.in Proper english in requirements comments 2019-05-08 13:16:52 +01:00
centos-7.in Proper english in requirements comments 2019-05-08 13:16:52 +01:00
cloud.in Upgrade etcd to > 0.4.2 2019-05-08 13:16:44 +01:00
debian-8.in Proper english in requirements comments 2019-05-08 13:16:52 +01:00
debian-9.in Proper english in requirements comments 2019-05-08 13:16:52 +01:00
docs.in Lock docs python requirements 2019-05-08 13:16:31 +01:00
fedora-28.in Proper english in requirements comments 2019-05-08 13:16:52 +01:00
fedora-29.in Proper english in requirements comments 2019-05-08 13:16:52 +01:00
lint.in Upgrade etcd to > 0.4.2 2019-05-08 13:16:44 +01:00
opensuse-42.in Proper english in requirements comments 2019-05-08 13:16:52 +01:00
opensuse-leap-15.in Proper english in requirements comments 2019-05-08 13:16:52 +01:00
osx.in Proper english in requirements comments 2019-05-08 13:16:52 +01:00
README.rst Start handling static(and platform specific) requirements files 2019-03-15 11:16:35 +00:00
ubuntu-16.04.in Proper english in requirements comments 2019-05-08 13:16:52 +01:00
ubuntu-18.04.in Proper english in requirements comments 2019-05-08 13:16:52 +01:00
windows.in Install mock on Python < 3.6 2019-05-08 13:16:46 +01: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.