Skip to content

Commit

Permalink
Add docker pin to test to fix resolver error
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Dec 22, 2017
1 parent f2d285a commit b5b85cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_pipenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ def test_complex_lock_changing_candidate(self):
contents = """
[packages]
"docker-compose" = "==1.16.0"
docker = "<2.7"
requests = "*"
""".strip()
f.write(contents)
Expand Down

0 comments on commit b5b85cd

Please sign in to comment.