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

pull/72499/head
Matt Martz 4 years ago committed by GitHub
parent 2e4038f4d2
commit 2ee5af514b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save