summaryrefslogtreecommitdiff
path: root/common/pkg/requirements-testing.pip
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-08-23 17:40:44 +0200
committerKali Kaneko <kali@leap.se>2013-08-23 17:40:44 +0200
commit0ac91baec282c1ca32a2f736e971393103cab0c4 (patch)
treea46142b663bb50ae4a879bd90e07ddb52e38412f /common/pkg/requirements-testing.pip
parenta10924b0e2cf19feb673f23ff34707a663001335 (diff)
Remove the hard-dep on six
It looks like it is no longer needed, but leaving it commented until we do some more tests.
Diffstat (limited to 'common/pkg/requirements-testing.pip')
-rw-r--r--common/pkg/requirements-testing.pip4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/pkg/requirements-testing.pip b/common/pkg/requirements-testing.pip
index 18040ea1..6ff52ff9 100644
--- a/common/pkg/requirements-testing.pip
+++ b/common/pkg/requirements-testing.pip
@@ -4,3 +4,7 @@ testscenarios
leap.common
leap.soledad.server
leap.soledad.client
+
+# Under quarantine...
+# I've been able to run all tests with six==1.3 -- kali
+# six==1.1.0 # some tests are incompatible with newer versions of six.