We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bb021 commit 03e72ebCopy full SHA for 03e72eb
.github/workflows/test-fips.yml
@@ -46,6 +46,8 @@ jobs:
46
- name: check that python has fips mode enabled
47
run: |
48
python3 -c 'import _hashlib; assert _hashlib.get_fips_mode() == 1'
49
+ - run: |
50
+ python3 -c 'from zoneinfo import ZoneInfo ; assert ZoneInfo("America/Chicago")'
51
- name: install run_tests.sh requirements
52
run: apk install netcat-openbsd
53
- name: Run tests
0 commit comments