Skip to content

Commit

Permalink
Verify that zoneinfo can be imported
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Nov 15, 2023
1 parent 55f3cce commit 5874707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Lib/test/test__xxsubinterpreters.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,11 @@ def test_sys_exit(self):
sys.exit(42)
"""))

def test_import_capsule(self):
interpreters.run_string(self.id, dedent("""
import zoneinfo
"""))

def test_with_shared(self):
r, w = os.pipe()

Expand Down

0 comments on commit 5874707

Please sign in to comment.