]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Dependency on Windmill test framework is not needed yet.
authordavid-sarah <david-sarah@jacaranda.org>
Tue, 4 May 2010 16:10:43 +0000 (09:10 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Tue, 4 May 2010 16:10:43 +0000 (09:10 -0700)
_auto_deps.py

index fc50a690080b9b0fe0f3c01a072cbf8385810a0a..ffe3c87f7e1824cf6cf34e5c6b9e5581c6f4b76d 100644 (file)
@@ -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"