From 2ee5af514b2585f90833c1e06a6c347b53c24930 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 2 Nov 2020 10:06:09 -0600 Subject: [PATCH] Update pip tests to omit install dev extras to avoid dep issues (#72436) --- 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: