Skip to content

Commit 0b4a117

Browse files
committed
fixup tests
1 parent f49ce3a commit 0b4a117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/entry_points/py_console_script_gen_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def test_a_single_entry_point(self):
162162
raise
163163
164164
if __name__ == "__main__":
165-
sys.exit(baz())
165+
sys.exit(baz()) # type: ignore
166166
"""
167167
)
168168
self.assertEqual(want, got)

0 commit comments

Comments
 (0)