our dependency on subunit is via subunitreporter

This commit is contained in:
Jean-Paul Calderone 2018-07-09 11:39:46 -04:00
parent 3623ed49f8
commit 1ebc59b2fe

View File

@ -22,7 +22,6 @@ passenv = TAHOE_LAFS_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
# this problem.
deps =
certifi
python-subunit
subunitreporter
# We add usedevelop=True for speed, and extras=test to get things like "mock"
# that are required for our unit tests.