From f943c29a6100c80a01a6436e67fa7b887a4d9859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Mon, 27 Jul 2015 19:00:03 +0200 Subject: [pkg] comment the line until the version string is fixed otherwise, the tests will be pulling outdated versions from pypi. --- pkg/requirements-testing.pip | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'pkg/requirements-testing.pip') diff --git a/pkg/requirements-testing.pip b/pkg/requirements-testing.pip index 14a4820..b19a533 100644 --- a/pkg/requirements-testing.pip +++ b/pkg/requirements-testing.pip @@ -1,3 +1,10 @@ mock -leap.soledad.client setuptools-trial + +#----------------------------------------------------------------------------- +#Although it's not a package dependency, tests also depend on having +#soledad client installed. Commenting to avoid versioning problem, you should +#know what you are testing against :) +#----------------------------------------------------------------------------- + +#leap.soledad.client -- cgit v1.2.3 From 8e1c3fa849d78bede4a2673588bd619330ee404c Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 28 Jul 2015 09:57:40 -0400 Subject: [tests] add pep8 to requirements-testing --- pkg/requirements-testing.pip | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/requirements-testing.pip') diff --git a/pkg/requirements-testing.pip b/pkg/requirements-testing.pip index b19a533..addda19 100644 --- a/pkg/requirements-testing.pip +++ b/pkg/requirements-testing.pip @@ -1,5 +1,6 @@ mock setuptools-trial +pep8 #----------------------------------------------------------------------------- #Although it's not a package dependency, tests also depend on having -- cgit v1.2.3