salt/requirements/static
2019-04-17 16:12:11 +01:00
..
py2.7 Blacklist enum34 on Py>=3.4. Update requirements. 2019-04-17 16:12:11 +01:00
py3.4 Blacklist enum34 on Py>=3.4. Update requirements. 2019-04-17 16:12:11 +01:00
py3.5 Blacklist enum34 on Py>=3.4. Update requirements. 2019-04-17 16:12:11 +01:00
py3.6 Blacklist enum34 on Py>=3.4. Update requirements. 2019-04-17 16:12:11 +01:00
arch.in Blacklist pycrypto and install pycryptodome instead 2019-04-17 16:12:11 +01:00
centos-6.in Blacklist pycrypto and install pycryptodome instead 2019-04-17 16:12:11 +01:00
centos-7.in Blacklist pycrypto and install pycryptodome instead 2019-04-17 16:12:11 +01:00
debian-8.in Blacklist pycrypto and install pycryptodome instead 2019-04-17 16:12:11 +01:00
debian-9.in Blacklist pycrypto and install pycryptodome instead 2019-04-17 16:12:11 +01:00
docs.in Lock docs python requirements 2019-04-17 16:12:09 +01:00
fedora-28.in Blacklist pycrypto and install pycryptodome instead 2019-04-17 16:12:11 +01:00
fedora-29.in Blacklist pycrypto and install pycryptodome instead 2019-04-17 16:12:11 +01:00
lint.in Lock lint requirements 2019-04-17 16:12:09 +01:00
opensuse-42.in Blacklist pycrypto and install pycryptodome instead 2019-04-17 16:12:11 +01:00
opensuse-leap-15.in Blacklist pycrypto and install pycryptodome instead 2019-04-17 16:12:11 +01:00
osx.in Blacklist pycrypto and install pycryptodome instead 2019-04-17 16:12:11 +01:00
README.rst Start handling static(and platform specific) requirements files 2019-03-15 11:16:35 +00:00
ubuntu-14.04.in Blacklist pycrypto and install pycryptodome instead 2019-04-17 16:12:11 +01:00
ubuntu-16.04.in Blacklist pycrypto and install pycryptodome instead 2019-04-17 16:12:11 +01:00
ubuntu-18.04.in Blacklist pycrypto and install pycryptodome instead 2019-04-17 16:12:11 +01:00
windows.in Back to +apache-libcloud==1.0.0 and skip windows for now 2019-04-17 16:12:09 +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.