summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJonathan Lange <jml@canonical.com>2012-07-21 22:49:02 +0100
committerJonathan Lange <jml@canonical.com>2012-07-21 22:49:02 +0100
commitc6c9b0f161fdfd6bd1cea6bc4b2797deee6ab1a4 (patch)
treea57c0a2f879f8fa6ede604f240d9b4748671d98d /README
parent4154ef0a6018e7b0d7d4f5bc4db2efb125500995 (diff)
downloadfixtures-c6c9b0f161fdfd6bd1cea6bc4b2797deee6ab1a4.tar.gz
Bump the testtools dependency.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index be3a589..a3ceda1 100644
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ Dependencies
* Python 2.4+
This is the base language fixtures is written in and for.
-* testtools <https://launchpad.net/testtools> 0.9.12 or newer.
+* testtools <https://launchpad.net/testtools> 0.9.13 or newer.
testtools provides helpful glue functions for the details API used to report
information about a fixture (whether its used in a testing or production
environment).