From 2173eee4d21671139ba836f25b092b6b311cf3fb Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sat, 11 Jul 2015 12:14:18 +0200 Subject: fix 2.6 compat --- TODO.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.rst b/TODO.rst index 09df760..260b491 100644 --- a/TODO.rst +++ b/TODO.rst @@ -1,6 +1,6 @@ Unsorted "TODO" tasks: -* Drop Python 2.6 support +* Drop Python 2.6 and 3.2 support * test_utils.py: remove assertRaisesRegex, assertRegex * streams.py:FIXME: should we support __aiter__ and __anext__ in Trollius? * reuse selectors backport from PyPI diff --git a/tox.ini b/tox.ini index bccb3b8..9a1b1aa 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ commands= deps= aiotest futures - mock + mock==1.0.1 ordereddict unittest2 -- cgit v1.2.1