summaryrefslogtreecommitdiff
path: root/test/integration/targets/pip/vars/main.yml
blob: a4bbf81e5ca50bf46388b21c356f9f77c3d5bdfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pip_test_package: sampleproject
pip_test_packages:
  - sampleproject
  - decorator
pip_test_pkg_ver:
  - sampleproject<=100, !=9.0.0,>=0.0.1
  - decorator<100 ,!=9,>=0.0.1
pip_test_pkg_ver_unsatisfied:
  - sampleproject>= 999.0.0
  - decorator >999.0
pip_test_modules:
  - sample
  - decorator