Skip to content

Commit ab3c59b

Browse files
Less tests
1 parent 50a543a commit ab3c59b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_tools/test_i18n.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ def test_output_option(self):
167167
with temp_cwd():
168168
assert_python_ok(self.script, f'{opt}test')
169169
self.assertTrue(os.path.exists('test'))
170-
assert_python_ok(self.script, f'{opt}file.pot')
171-
self.assertTrue(os.path.exists('file.pot'))
172170
res = assert_python_ok(self.script, f'{opt}-')
173171
self.assertIn(b'Project-Id-Version: PACKAGE VERSION', res.out)
174172

0 commit comments

Comments
 (0)