mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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.
This commit is contained in:
parent
eb8294e6d9
commit
15b1a31aa8
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
pip_test_package: sampleproject
|
pip_test_package: sampleproject
|
||||||
pip_test_packages:
|
pip_test_packages:
|
||||||
- sampleproject
|
- sampleproject
|
||||||
- decorator
|
- jiphy
|
||||||
pip_test_pkg_ver:
|
pip_test_pkg_ver:
|
||||||
- sampleproject<=100, !=9.0.0,>=0.0.1
|
- sampleproject<=100, !=9.0.0,>=0.0.1
|
||||||
- decorator<100 ,!=9,>=0.0.1
|
- jiphy<100 ,!=9,>=0.0.1
|
||||||
pip_test_pkg_ver_unsatisfied:
|
pip_test_pkg_ver_unsatisfied:
|
||||||
- sampleproject>= 999.0.0
|
- sampleproject>= 999.0.0
|
||||||
- decorator >999.0
|
- jiphy >999.0
|
||||||
pip_test_modules:
|
pip_test_modules:
|
||||||
- sample
|
- sample
|
||||||
- decorator
|
- jiphy
|
||||||
|
|
Loading…
Add table
Reference in a new issue