Update pip tests to omit install dev extras to avoid dep issues (#72436)

This commit is contained in:
Matt Martz 2020-11-02 10:06:09 -06:00 committed by GitHub
parent 2e4038f4d2
commit 2ee5af514b
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: