summaryrefslogtreecommitdiff
path: root/src/zope/i18n/tests/test_compile.py
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-12-18 09:26:59 -0600
committerJason Madden <jamadden@gmail.com>2017-12-18 09:59:12 -0600
commit5b0ee8a60ad660039591d48e755168a87a33c921 (patch)
tree2fd934a05077916f0e2286568f45d67c26cc8c87 /src/zope/i18n/tests/test_compile.py
parenta455b5485dee424f8e96b51c33fae4f41ba08470 (diff)
downloadzope-i18n-5b0ee8a60ad660039591d48e755168a87a33c921.tar.gz
require python-gettext in install_requires
Diffstat (limited to 'src/zope/i18n/tests/test_compile.py')
-rw-r--r--src/zope/i18n/tests/test_compile.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/zope/i18n/tests/test_compile.py b/src/zope/i18n/tests/test_compile.py
index 4a09ee4..1aa7bd9 100644
--- a/src/zope/i18n/tests/test_compile.py
+++ b/src/zope/i18n/tests/test_compile.py
@@ -63,6 +63,3 @@ class TestCompile(unittest.TestCase):
self.assertIs(
False,
compile.compile_mo_file('foo', td))
-
- def test_cannot_compile(self):
- self.assertIsNone(compile._cannot_compile_mo_file(None, None))