[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 <matt@sivel.net>
This commit is contained in:
Matt Martz 2020-11-02 11:05:48 -06:00 committed by GitHub
parent 1f485dccaa
commit 7cd080b10d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: