From 7cd080b10d8b1175d5e1ba88ae215cc2c46fdd6a Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 2 Nov 2020 11:05:48 -0600 Subject: [PATCH] [stable-2.10] Update pip tests to omit install dev extras to avoid dep issues (#72436) (#72438) (cherry picked from commit 2ee5af5) Co-authored-by: Matt Martz --- test/integration/targets/pip/tasks/pip.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/targets/pip/tasks/pip.yml b/test/integration/targets/pip/tasks/pip.yml index 477d4e601b0..ff594e7f1e5 100644 --- a/test/integration/targets/pip/tasks/pip.yml +++ b/test/integration/targets/pip/tasks/pip.yml @@ -479,7 +479,8 @@ - name: try install package with setuptools extras pip: - name: "{{pip_test_package}}[dev,test]" + name: + - "{{pip_test_package}}[test]" - name: clean up pip: