Pedro Algarvio 29ab9b419c Add crypto requirements constrains. 5 jaren geleden
..
py2.7 29ab9b419c Add crypto requirements constrains. 5 jaren geleden
py3.4 29ab9b419c Add crypto requirements constrains. 5 jaren geleden
py3.5 29ab9b419c Add crypto requirements constrains. 5 jaren geleden
py3.6 29ab9b419c Add crypto requirements constrains. 5 jaren geleden
py3.7 29ab9b419c Add crypto requirements constrains. 5 jaren geleden
README.rst 0d96e640f2 Start handling static(and platform specific) requirements files 5 jaren geleden
amzn-2.in 78a5723bb3 Add watchdog to Linux and OSX .in files 5 jaren geleden
amzn-2018.03.in 35691f22bc Add watchdog to Linux and OSX .in files 5 jaren geleden
arch.in 35691f22bc Add watchdog to Linux and OSX .in files 5 jaren geleden
centos-6.in 35691f22bc Add watchdog to Linux and OSX .in files 5 jaren geleden
centos-7.in 35691f22bc Add watchdog to Linux and OSX .in files 5 jaren geleden
cloud.in fa22b39854 Add pypsexec requirement for cloud tests 5 jaren geleden
crypto.in 29ab9b419c Add crypto requirements constrains. 5 jaren geleden
darwin.in bea5708c49 Temporarily do not install pylxd on macOS 5 jaren geleden
debian-8.in 35691f22bc Add watchdog to Linux and OSX .in files 5 jaren geleden
debian-9.in 35691f22bc Add watchdog to Linux and OSX .in files 5 jaren geleden
docs.in 07f432796c Switch docs building under Py3 5 jaren geleden
fedora-29.in 35691f22bc Add watchdog to Linux and OSX .in files 5 jaren geleden
fedora-30.in 35691f22bc Add watchdog to Linux and OSX .in files 5 jaren geleden
lint.in f4ae97f795 Upgrade etcd to > 0.4.2 5 jaren geleden
linux.in 958fb38030 Unify static requirements 5 jaren geleden
opensuse-leap-15.in 35691f22bc Add watchdog to Linux and OSX .in files 5 jaren geleden
ubuntu-16.04.in 35691f22bc Add watchdog to Linux and OSX .in files 5 jaren geleden
ubuntu-18.04.in 35691f22bc Add watchdog to Linux and OSX .in files 5 jaren geleden
windows.in 4580030999 [2019.2.1] Add pygit2 requirement 5 jaren geleden

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.