Browse code

[stable-2.8] Update pip tests to omit install dev extras to avoid dep issues (#72436) (#72440)

(cherry picked from commit 2ee5af5)

Co-authored-by: Matt Martz <matt@sivel.net>

Matt Martz authored on 2020/11/03 02:06:02
Showing 1 changed files
... ...
@@ -487,7 +487,8 @@
487 487
 
488 488
 - name: try install package with setuptools extras
489 489
   pip:
490
-    name: "{{pip_test_package}}[dev,test]"
490
+    name:
491
+      - "{{pip_test_package}}[test]"
491 492
 
492 493
 - name: clean up
493 494
   pip: