salt/requirements/static
2019-05-09 14:20:52 +01:00
..
py2.7 Pin to moto<=1.3.7 because of https://github.com/spulec/moto/pull/1952 2019-05-09 14:19:15 +01:00
py3.4 Install mock on Python < 3.6 2019-05-08 13:16:46 +01:00
py3.5 Pin to moto<=1.3.7 because of https://github.com/spulec/moto/pull/1952 2019-05-09 14:19:15 +01:00
py3.6 Pin to moto<=1.3.7 because of https://github.com/spulec/moto/pull/1952 2019-05-09 14:19:15 +01:00
py3.7 Add Py3.7 static requirements 2019-05-09 14:20:52 +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 Pin to moto<=1.3.7 because of https://github.com/spulec/moto/pull/1952 2019-05-09 14:19:15 +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.