diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-11-14 09:46:53 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-11-14 09:46:53 +0100 |
commit | 7b654a8c180a6467147189332916a5e56634b5af (patch) | |
tree | 20f9f47eab9f15a425b8dfeb4ad08c1e7021808a /lib/testtools/README | |
parent | d10c7378d96d322910e87c21a1a3a3b28b229687 (diff) | |
download | samba-7b654a8c180a6467147189332916a5e56634b5af.tar.gz samba-7b654a8c180a6467147189332916a5e56634b5af.tar.bz2 samba-7b654a8c180a6467147189332916a5e56634b5af.zip |
testtools: Update to latest version.
Diffstat (limited to 'lib/testtools/README')
-rw-r--r-- | lib/testtools/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/testtools/README b/lib/testtools/README index 78397de85b..dbc685b38a 100644 --- a/lib/testtools/README +++ b/lib/testtools/README @@ -31,7 +31,10 @@ under the same license as Python, see LICENSE for details. Required Dependencies --------------------- - * Python 2.4+ or 3.0+ + * Python 2.6+ or 3.0+ + +If you would like to use testtools for earlier Python's, please use testtools +0.9.15. Optional Dependencies |