diff options
Diffstat (limited to 'test/engine/test_pool.py')
-rw-r--r-- | test/engine/test_pool.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/engine/test_pool.py b/test/engine/test_pool.py index 3f1d9d0ef..a198576d3 100644 --- a/test/engine/test_pool.py +++ b/test/engine/test_pool.py @@ -911,7 +911,6 @@ class QueuePoolTest(PoolTestBase): eq_(len(success), 12, "successes: %s" % success) @testing.requires.threading_with_mock - @testing.requires.python26 def test_notify_waiters(self): dbapi = MockDBAPI() canary = [] |