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 c40cb29 commit 9aefbcfCopy full SHA for 9aefbcf
1 file changed
recipe/run_test.py
@@ -102,7 +102,7 @@
102
103
import ssl
104
print('OPENSSL_VERSION:', ssl.OPENSSL_VERSION)
105
-CONDA_OPENSSL_VERSION = os.getenv('openssl')
+CONDA_OPENSSL_VERSION = os.getenv('openssl').split(".")[0]
106
assert CONDA_OPENSSL_VERSION in ssl.OPENSSL_VERSION
107
108
# See https://github.com/conda-forge/python-feedstock/issues/718 for context:
0 commit comments