summaryrefslogtreecommitdiff
path: root/pytest.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-11-22 11:21:36 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-11-22 11:21:36 +0100
commitd85bbf8300eefb13f6b0c31f8eec7792a873a738 (patch)
tree2e56607f91678d32adedca2783a1c8a897cada2a /pytest.py
parent7c554f40aa1f4c8d99e742fa1088db2756a110ee (diff)
downloadlogilab-common-d85bbf8300eefb13f6b0c31f8eec7792a873a738.tar.gz
fix tests
Diffstat (limited to 'pytest.py')
-rw-r--r--pytest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.py b/pytest.py
index da007c0..c9bc270 100644
--- a/pytest.py
+++ b/pytest.py
@@ -120,6 +120,7 @@ from logilab.common.fileutils import abspath_listdir
from logilab.common import testlib, STD_BLACKLIST
# use the same unittest module as testlib
from logilab.common.testlib import unittest
+from logilab.common.compat import any
import doctest
import unittest as unittest_legacy