From 15b1a31aa8c1dc21689bd8030eadbc8c4a53eb04 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 14 Jan 2019 00:14:34 -0800 Subject: [PATCH] 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. --- test/integration/targets/pip/vars/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/integration/targets/pip/vars/main.yml b/test/integration/targets/pip/vars/main.yml index d51e741c6a3..74723fefe11 100644 --- a/test/integration/targets/pip/vars/main.yml +++ b/test/integration/targets/pip/vars/main.yml @@ -1,13 +1,13 @@ pip_test_package: sampleproject pip_test_packages: - sampleproject - - decorator + - jiphy pip_test_pkg_ver: - 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: - sampleproject>= 999.0.0 - - decorator >999.0 + - jiphy >999.0 pip_test_modules: - sample - - decorator + - jiphy