Skip to content

Commit 03e72eb

Browse files
committed
Test that zoneinfo works fine
1 parent 71bb021 commit 03e72eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-fips.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
- name: check that python has fips mode enabled
4747
run: |
4848
python3 -c 'import _hashlib; assert _hashlib.get_fips_mode() == 1'
49+
- run: |
50+
python3 -c 'from zoneinfo import ZoneInfo ; assert ZoneInfo("America/Chicago")'
4951
- name: install run_tests.sh requirements
5052
run: apk install netcat-openbsd
5153
- name: Run tests

0 commit comments

Comments
 (0)