Start ratcheting up passing tests under Python 3

This commit is contained in:
Chad Whitacre
2020-07-03 17:35:48 -04:00
parent b47b4a468b
commit d25c8b1a25
6 changed files with 462 additions and 0 deletions

View File

@ -385,6 +385,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
"fixtures",
"beautifulsoup4",
"html5lib",
"junitxml",
] + tor_requires + i2p_requires,
"tor": tor_requires,
"i2p": i2p_requires,