ansible/test/integration/targets/pip/vars/main.yml
Matt Clay 15b1a31aa8 Use different test package in pip test.
This avoids conflicts with other tests such as firewalld,
which use the decorator package installed using OS packages.
2019-01-14 13:02:51 -08:00

13 lines
279 B
YAML

pip_test_package: sampleproject
pip_test_packages:
- sampleproject
- jiphy
pip_test_pkg_ver:
- sampleproject<=100, !=9.0.0,>=0.0.1
- jiphy<100 ,!=9,>=0.0.1
pip_test_pkg_ver_unsatisfied:
- sampleproject>= 999.0.0
- jiphy >999.0
pip_test_modules:
- sample
- jiphy