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 = []
"pycrypto == 2.0.1, == 2.1, >= 2.3",
"pyasn1 >= 0.0.8a",
+ # http://www.voidspace.org.uk/python/mock/
+ "mock",
+
# Will be needed to test web apps, but not yet. See #1001.
#"windmill >= 1.3",
]