Skip to content

Commit c84d9b3

Browse files
isurufh-vetinari
authored andcommitted
check major only
1 parent 056648e commit c84d9b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipe/run_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101

102102
import ssl
103103
print('OPENSSL_VERSION:', ssl.OPENSSL_VERSION)
104-
CONDA_OPENSSL_VERSION = os.getenv('openssl')
104+
CONDA_OPENSSL_VERSION = os.getenv('openssl').split(".")[0]
105105
assert CONDA_OPENSSL_VERSION in ssl.OPENSSL_VERSION
106106

107107
# See https://github.com/conda-forge/python-feedstock/issues/718 for context:

0 commit comments

Comments
 (0)