salt/requirements/static
Pedro Algarvio c086a7546a
Add crypto requirements constrains.
Additionally, add support for OSX constrains file into noxfile.
2019-10-28 13:55:06 +00:00
..
py2.7 Add crypto requirements constrains. 2019-10-28 13:55:06 +00:00
py3.4 Address static requirements security vulnerabilities 2019-10-17 20:22:46 +01:00
py3.5 Add crypto requirements constrains. 2019-10-28 13:55:06 +00:00
py3.6 Add crypto requirements constrains. 2019-10-28 13:55:06 +00:00
py3.7 Add crypto requirements constrains. 2019-10-28 13:55:06 +00:00
cloud.in Add pypsexec requirement for cloud tests 2019-06-13 15:51:34 -04:00
crypto.in Add crypto requirements constrains. 2019-10-28 13:55:06 +00:00
darwin.in Add crypto requirements constrains. 2019-10-28 13:55:06 +00:00
docs.in Switch docs building under Py3 2019-05-29 11:42:01 +01:00
lint.in Upgrade etcd to > 0.4.2 2019-05-08 13:16:44 +01:00
linux.in Address static requirements security vulnerabilities 2019-10-17 20:22:46 +01:00
README.rst Start handling static(and platform specific) requirements files 2019-03-15 11:16:35 +00:00
windows.in Address static requirements security vulnerabilities 2019-10-17 20:22: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.