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 56dd375 commit b59d35dCopy full SHA for b59d35d
.github/workflows/test-fips.yml
@@ -46,8 +46,6 @@ jobs:
46
python3 -c 'import _hashlib; assert _hashlib.get_fips_mode() == 1'
47
- name: install run_tests.sh requirements
48
run: apk add netcat-openbsd tzdata
49
- - run: |
50
- python3 -c 'from zoneinfo import ZoneInfo ; assert ZoneInfo("America/Chicago")'
51
- name: Run tests
52
run: ./tests/scripts/run_tests.sh
53
env:
0 commit comments