Skip to content

Commit

Permalink
CI: Avoid newer openssl version due to WMTS tests
Browse files Browse the repository at this point in the history
The negotiation with a tile provider needed more up-to-date
TLS/SSL protocols, so for now we just pin to a lower openssl
on the runners.
  • Loading branch information
greglucas committed Dec 24, 2021
1 parent 64ac172 commit 0ecf4d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
PACKAGES="$PACKAGES owslib pep8 pillow pyshp pytest pytest-mpl"
PACKAGES="$PACKAGES pytest-xdist setuptools_scm"
PACKAGES="$PACKAGES setuptools_scm_git_archive shapely"
# openssl 3.0 updated the legacy renegotiation default, which causes
# failures in NASA's WMTS server. They will need to update their
# server before we can use a newer openssl.
PACKAGES="$PACKAGES openssl<3"
conda install $PACKAGES
conda info -a
conda list
Expand Down

0 comments on commit 0ecf4d2

Please sign in to comment.