diff options
author | Jonathan Lange <jml@canonical.com> | 2010-10-06 11:24:35 +0100 |
---|---|---|
committer | Jonathan Lange <jml@canonical.com> | 2010-10-06 11:24:35 +0100 |
commit | ab01687affe4a6564fd16dee21b09d7eaf7bb1c2 (patch) | |
tree | da2e20bc5af143ee19e36fdf076feb23113ff9b3 /setup.py | |
parent | f771bc3e03bfa88185f142967bdd0e18d5152321 (diff) | |
download | subunit-git-ab01687affe4a6564fd16dee21b09d7eaf7bb1c2.tar.gz |
Document the fact that subunit needs testtools 0.9.6 or later.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ except ImportError: else: extra = { 'install_requires': [ - 'testtools', + 'testtools>=0.9.6', ] } |