From 0436f87ff05b0835e1ed75ee2955f5097e572224 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Mon, 8 Jan 2018 10:48:42 +0800 Subject: Fix "qtip command not found" in Docker container - updated dependency lock - allow buidling docker image from local repository - use pip to install local package Change-Id: I9eecae54f278e57ec0ba4840b2d64abb0134d9b6 JIRA: QTIP-289 Signed-off-by: Yujun Zhang --- Pipfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 41772b67..58fcaf9f 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,6 @@ pytest = "*" pytest-cov = "*" pytest-faker = "*" pytest-mock = "*" -"e1839a8" = {path = ".", editable = true} [packages] -- cgit 1.2.3-korg