From 4ec692976bd0679bdd93b69d5493af809daa7bcb Mon Sep 17 00:00:00 2001 From: Michael Mulich Date: Mon, 16 Apr 2018 14:56:38 -0700 Subject: [PATCH] Fix requirements file with editable flag for vcs requirements --- requirements/test.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/test.txt b/requirements/test.txt index b150e105..b000a82c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,9 +5,9 @@ pytest-cov pytest-mock mock==1.0.1;python_version<="2.7" -git+https://github.com/Connexions/cnx-query-grammar.git#egg=cnx-query-grammar -git+https://github.com/Connexions/rhaptos.cnxmlutils.git#egg=rhaptos.cnxmlutils -git+https://github.com/Connexions/cnx-epub.git#egg=cnx-epub -git+https://github.com/Connexions/cnx-recipes.git#egg=cnx-recipes +-e git+https://github.com/Connexions/cnx-query-grammar.git#egg=cnx-query-grammar +-e git+https://github.com/Connexions/rhaptos.cnxmlutils.git#egg=rhaptos.cnxmlutils +-e git+https://github.com/Connexions/cnx-epub.git#egg=cnx-epub +-e git+https://github.com/Connexions/cnx-recipes.git#egg=cnx-recipes # FIXME circular dependency here... -git+https://github.com/Connexions/cnx-archive.git#egg=cnx-archive +-e git+https://github.com/Connexions/cnx-archive.git#egg=cnx-archive