Skip to content

Commit

Permalink
[stable-2.9] Update pip tests to omit install dev extras to avoid dep…
Browse files Browse the repository at this point in the history
… issues (ansible#72436) (ansible#72439)

(cherry picked from commit 2ee5af5)

Co-authored-by: Matt Martz <[email protected]>
  • Loading branch information
sivel authored Nov 2, 2020
1 parent dea0bbc commit 304f6b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/targets/pip/tasks/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,8 @@

- name: try install package with setuptools extras
pip:
name: "{{pip_test_package}}[dev,test]"
name:
- "{{pip_test_package}}[test]"

- name: clean up
pip:
Expand Down

0 comments on commit 304f6b2

Please sign in to comment.