From 78372f16d2711812793196aa8003ad51693ca472 Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Wed, 10 Jan 2018 23:32:37 -0700 Subject: tests: Use git hash pip dependency format for pylxd. We want this git hash from master as it pylxd pip packages are not as frequently published by this project. Master for pylxd is under active development, so we do want to 'pin' which hash we pull. --- integration-requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/integration-requirements.txt b/integration-requirements.txt index 5c81c2c7..45baac6a 100644 --- a/integration-requirements.txt +++ b/integration-requirements.txt @@ -12,7 +12,9 @@ boto3==1.5.9 paramiko==2.4.0 # lxd backend -pylxd==2.2.4 +# 01/10/2018: enables use of lxd as snap support +git+https://github.com/lxc/pylxd.git@0722955260a6557e6d2ffde1896bfe0707bbca27 + # finds latest image information bzr+lp:simplestreams -- cgit v1.2.3