Skip to content
Prev Previous commit
Next Next commit
test_doctest: remove unneeded has_no_debug_ranges()
  • Loading branch information
belm0 committed Jun 28, 2022
commit 4ff4b77059b30d512b705d62e843caa251999b5a
2 changes: 1 addition & 1 deletion Lib/test/test_doctest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2854,7 +2854,7 @@ def test_testmod(): r"""
# Skip the test: the filesystem encoding is unable to encode the filename
supports_unicode = False

if supports_unicode and not support.has_no_debug_ranges():
if supports_unicode:
def test_unicode(): """
Check doctest with a non-ascii filename:

Expand Down