Pedro Algarvio 25c8ae7ae5 Bump PyTest Salt package 4 年之前
..
py2.7 25c8ae7ae5 Bump PyTest Salt package 4 年之前
py3.4 25c8ae7ae5 Bump PyTest Salt package 4 年之前
py3.5 25c8ae7ae5 Bump PyTest Salt package 4 年之前
py3.6 25c8ae7ae5 Bump PyTest Salt package 4 年之前
py3.7 25c8ae7ae5 Bump PyTest Salt package 4 年之前
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 017acd2333 Added all of the available template packages (Cheetah3, Genshi, Mako, wempy) to the requirements/static/*.in files so that the unit-tests will pick them up properly (credit to @Ch3LL and @s0undt3ch). 5 年之前
docs.in 07f432796c Switch docs building under Py3 5 年之前
lint.in c4dd7160de Bump SaltPyLint requirement 5 年之前
linux.in 017acd2333 Added all of the available template packages (Cheetah3, Genshi, Mako, wempy) to the requirements/static/*.in files so that the unit-tests will pick them up properly (credit to @Ch3LL and @s0undt3ch). 5 年之前
windows.in 017acd2333 Added all of the available template packages (Cheetah3, Genshi, Mako, wempy) to the requirements/static/*.in files so that the unit-tests will pick them up properly (credit to @Ch3LL and @s0undt3ch). 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.