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