From: david-sarah <david-sarah@jacaranda.org>
Date: Tue, 4 May 2010 16:10:43 +0000 (-0700)
Subject: Dependency on Windmill test framework is not needed yet.
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/specifications/%3C?a=commitdiff_plain;h=43b092ffeb7cae9ebd0ecafc157fd866d76ffd0b;p=tahoe-lafs%2Ftahoe-lafs.git

Dependency on Windmill test framework is not needed yet.
---

diff --git a/_auto_deps.py b/_auto_deps.py
index fc50a690..ffe3c87f 100644
--- a/_auto_deps.py
+++ b/_auto_deps.py
@@ -31,8 +31,8 @@ install_requires=[
                   # Needed for SFTP. Commented-out pending tests, see #953.
                   # "pycrypto >= 2.0.1",
 
-                  # Needed to test web apps, see #1001.
-                  "windmill >= 1.3",
+                  # Will be needed to test web apps, but not yet. See #1001.
+                  #"windmill >= 1.3",
                   ]
 
 # Sqlite comes built into Python >= 2.5, and is provided by the "pysqlite"