Skip to content

Commit a9b77d3

Browse files
committed
🧪 Drop ubuntu 20.04 + pypy 3.6 from CI matrix
The error is ```python-traceback ImportError: ../site-packages/cryptography/hazmat/bindings/_openssl.pypy36-pp73-x86_64-linux-gnu.so: undefined symbol: FIPS_mode ```
1 parent 935395b commit a9b77d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,10 @@ jobs:
949949
python-version: pypy-3.7
950950
- os: macos-latest
951951
python-version: pypy-3.7
952+
# NOTE: Ubuntu 22.04 PyPy 3.6 jobs are excluded because importing
953+
# NOTE: cryptography crashes in that env at the moment.
954+
- os: ubuntu-22.04
955+
python-version: pypy-3.6
952956
# NOTE: Python 3.6 is not available for Ubuntu 22.04
953957
- os: ubuntu-22.04
954958
python-version: 3.6

0 commit comments

Comments
 (0)