Skip to content

Commit b59d35d

Browse files
committed
Remove debug assert for python zoneinfo
1 parent 56dd375 commit b59d35d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test-fips.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ jobs:
4646
python3 -c 'import _hashlib; assert _hashlib.get_fips_mode() == 1'
4747
- name: install run_tests.sh requirements
4848
run: apk add netcat-openbsd tzdata
49-
- run: |
50-
python3 -c 'from zoneinfo import ZoneInfo ; assert ZoneInfo("America/Chicago")'
5149
- name: Run tests
5250
run: ./tests/scripts/run_tests.sh
5351
env:

0 commit comments

Comments
 (0)