Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Problem: pulp_installer molecule CI fails with python-sh 1.13.0
Browse files Browse the repository at this point in the history
Solution: Exclude the 1.13.0 version specifically, assuming
that 1.13.1 will have it fixed.

fixes: #6587
  • Loading branch information
mikedep333 committed Apr 28, 2020
1 parent c769292 commit b6512c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -12,6 +12,7 @@ deps =
docker
molecule
molecule-inspec
sh != 1.13.0
passenv = TEST_TYPE
# For reference on the commands, see:
# `molecule matrix test`
Expand Down

0 comments on commit b6512c6

Please sign in to comment.