salt/requirements/static
2019-09-27 05:33:09 -06:00
..
py2.7 update mock (py2) from 2.0.0 to 3.0.5 2019-09-27 05:33:09 -06:00
py3.4 pre-commit 2019-08-07 11:32:23 -06:00
py3.5 pre-commit 2019-08-07 11:32:23 -06:00
py3.6 pre-commit 2019-08-07 11:32:23 -06:00
py3.7 Rremove opensuse 42 static files 2019-08-07 11:32:21 -06:00
amzn-2.in Add watchdog to Linux and OSX .in files 2019-08-07 09:58:43 -06:00
amzn-2018.03.in Add watchdog to Linux and OSX .in files 2019-08-07 11:32:21 -06:00
arch.in Add watchdog to Linux and OSX .in files 2019-08-07 11:32:21 -06:00
centos-6.in Add watchdog to Linux and OSX .in files 2019-08-07 11:32:21 -06:00
centos-7.in Add watchdog to Linux and OSX .in files 2019-08-07 11:32:21 -06:00
cloud.in Add pypsexec requirement for cloud tests 2019-06-13 15:51:34 -04:00
debian-8.in Add watchdog to Linux and OSX .in files 2019-08-07 11:32:21 -06:00
debian-9.in Add watchdog to Linux and OSX .in files 2019-08-07 11:32:21 -06:00
docs.in Switch docs building under Py3 2019-05-29 11:42:01 +01:00
fedora-29.in Add watchdog to Linux and OSX .in files 2019-08-07 11:32:21 -06:00
fedora-30.in Add watchdog to Linux and OSX .in files 2019-08-07 11:32:21 -06:00
lint.in Upgrade etcd to > 0.4.2 2019-05-08 13:16:44 +01:00
opensuse-leap-15.in Add watchdog to Linux and OSX .in files 2019-08-07 11:32:21 -06:00
osx.in Add watchdog to Linux and OSX .in files 2019-08-07 11:32:21 -06:00
README.rst Start handling static(and platform specific) requirements files 2019-03-15 11:16:35 +00:00
ubuntu-16.04.in Add watchdog to Linux and OSX .in files 2019-08-07 11:32:21 -06:00
ubuntu-18.04.in Add watchdog to Linux and OSX .in files 2019-08-07 11:32:21 -06:00
windows.in Remove watchdog from windows.in 2019-08-07 11:32:19 -06: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.