]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - setup.py
Remove 'trialcoverage' plugin and support code
[tahoe-lafs/tahoe-lafs.git] / setup.py
index 04e54c20306992c435ee8e4198023f258d18d838..469f7c875fb130d51105ab98b5ddf2767b95a72c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -133,13 +133,6 @@ setup_requires = []
 # https://bugs.launchpad.net/nevow/+bug/812537 has been fixed.
 setup_requires += [req for req in install_requires if req.startswith('Twisted') or req.startswith('zope.interface')]
 
-# trialcoverage is required if you want the "trial" unit test runner to have a
-# "--reporter=bwverbose-coverage" option which produces code-coverage results.
-# The required version is 0.3.3, because that is the latest version that only
-# depends on a version of pycoverage for which binary packages are available.
-if "--reporter=bwverbose-coverage" in sys.argv:
-    setup_requires.append('trialcoverage >= 0.3.3')
-
 # We no longer have any requirements specific to tests.
 tests_require=[]