From 4cdbf530fda0717f135ad3f14d9a95c01ef8756b Mon Sep 17 00:00:00 2001 From: Catherine Diep Date: Sun, 20 Jul 2014 21:32:40 -0700 Subject: [PATCH] Use the right format for "editable" install. Pip install failed due to format error. Add egg=tempest and pip install ran successfully. Change-Id: Ib04888985c79d8536e7c263006ae43435607c5a2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7b9adf..6fa3540 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ --e git+https://github.com/openstack/tempest.git \ No newline at end of file +-e git+https://github.com/openstack/tempest.git#egg=tempest