]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - setup.py
Make 'mock' a run-time rather than setup-time dependency. This is necessary in order...
[tahoe-lafs/tahoe-lafs.git] / setup.py
index 65426e0ed97fa4d56412c5ca50962419f80310c0..8c48e18d239afd8287938a3a98c10a97568e1f17 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -169,11 +169,9 @@ if "--reporter=bwverbose-coverage" in sys.argv:
 if "sdist_dsc" in sys.argv:
     setup_requires.append('stdeb >= 0.3')
 
-tests_require=[
-    # Mock - Mocking and Testing Library
-    # http://www.voidspace.org.uk/python/mock/
-    "mock",
-    ]
+# We no longer have any requirements specific to tests.
+tests_require=[]
+
 
 class ShowSupportLib(Command):
     user_options = []