Pedro Algarvio c086a7546a Add crypto requirements constrains. 5 лет назад
..
py2.7 c086a7546a Add crypto requirements constrains. 5 лет назад
py3.4 0d13fbc2ed Address static requirements security vulnerabilities 5 лет назад
py3.5 c086a7546a Add crypto requirements constrains. 5 лет назад
py3.6 c086a7546a Add crypto requirements constrains. 5 лет назад
py3.7 c086a7546a Add crypto requirements constrains. 5 лет назад
README.rst 0d96e640f2 Start handling static(and platform specific) requirements files 5 лет назад
cloud.in fa22b39854 Add pypsexec requirement for cloud tests 5 лет назад
crypto.in c086a7546a Add crypto requirements constrains. 5 лет назад
darwin.in c086a7546a Add crypto requirements constrains. 5 лет назад
docs.in 07f432796c Switch docs building under Py3 5 лет назад
lint.in f4ae97f795 Upgrade etcd to > 0.4.2 5 лет назад
linux.in 0d13fbc2ed Address static requirements security vulnerabilities 5 лет назад
windows.in 0d13fbc2ed Address static requirements security vulnerabilities 5 лет назад

README.rst

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.