Lock keystone to specific commit in pip-requires
We'll use commit b9dde8d0e317203e349b8e4bca5bc9923c11974e. This will help ensure our tests don't fail due to a changing keystone trunk Change-Id: Ie9b8f0bd13b974817e8ce7de08033ab3f5bcce0c
This commit is contained in:
parent
07dcb32106
commit
d03e347e7b
@ -27,8 +27,11 @@ kombu
|
|||||||
pycrypto
|
pycrypto
|
||||||
|
|
||||||
# The following allow Keystone to be installed in the venv
|
# The following allow Keystone to be installed in the venv
|
||||||
# along with all of Keystone's dependencies
|
# along with all of Keystone's dependencies. We target a specific
|
||||||
-e git://github.com/openstack/keystone.git#egg=keystone
|
# commit hash so we can code to a constant version of keystone.
|
||||||
|
# Trying to hit a moving target causes our local unittests to fail
|
||||||
|
# when they should remain unaffected.
|
||||||
|
-e git://github.com/openstack/keystone.git@b9dde8d0e317203e349b8e4bca5bc9923c11974e#egg=keystone
|
||||||
|
|
||||||
# Note you will need gcc buildtools installed and must
|
# Note you will need gcc buildtools installed and must
|
||||||
# have installed libxml headers for lxml to be successfully
|
# have installed libxml headers for lxml to be successfully
|
||||||
|
Loading…
x
Reference in New Issue
Block a user