diff options
Diffstat (limited to 'tests/test_intl.py')
-rw-r--r-- | tests/test_intl.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_intl.py b/tests/test_intl.py index 21d6f763b..f92f44cf4 100644 --- a/tests/test_intl.py +++ b/tests/test_intl.py @@ -18,12 +18,11 @@ from docutils import nodes from subprocess import Popen, PIPE from babel.messages import pofile -from nose.tools import assert_equal from six import string_types from util import tempdir, rootdir, path, gen_with_app, with_app, SkipTest, \ assert_re_search, assert_not_re_search, assert_in, assert_not_in, \ - assert_startswith, assert_node, repr_as, etree_parse + assert_startswith, assert_node, repr_as, etree_parse, assert_equal root = tempdir / 'test-intl' |