From 1e54f424ec465e3ab6297ba04b853fc5bbac0231 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 17 Oct 2016 16:47:03 -0700 Subject: [PATCH] epdb doesn't work on python3 so we need a different package to test pip (cherry picked from commit 7e0bd5632df41df2bfb07e4ee7cdb3fdea03a4db) --- test/integration/integration_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/integration_config.yml b/test/integration/integration_config.yml index 34a7cbf73d7..8f6d72d6fb4 100644 --- a/test/integration/integration_config.yml +++ b/test/integration/integration_config.yml @@ -2,7 +2,7 @@ win_output_dir: 'C:\ansible_testing' output_dir: ~/ansible_testing non_root_test_user: ansible -pip_test_package: epdb +pip_test_package: isort # variables used in precedence tests, here passed to -e etest: 'from -e'