deb-python-testtools/requirements.txt
Jonathan Lange 91c195c514 Twisted tests now pass under --debug-stacktraces
Our tests make assertions that only hold when debugging is disabled.
This patch updates the code to ensure that debugging is in the state
we want.
2016-01-30 09:27:30 +00:00

10 lines
232 B
Plaintext

pbr>=0.11
extras
fixtures>=1.3.0
pyrsistent
# 'mimeparse' has not been uploaded by the maintainer with Python3 compat
# but someone kindly uploaded a fixed version as 'python-mimeparse'.
python-mimeparse
unittest2>=1.0.0
traceback2