Skip to content

Commit b22b05f

Browse files
add siphash test
1 parent 12d71f4 commit b22b05f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

recipe/run_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,6 @@
103103
print('OPENSSL_VERSION:', ssl.OPENSSL_VERSION)
104104
CONDA_OPENSSL_VERSION = os.getenv('openssl')
105105
assert CONDA_OPENSSL_VERSION in ssl.OPENSSL_VERSION
106+
107+
# See https://github.com/conda-forge/python-feedstock/issues/718 for context:
108+
assert sys.hash_info.algorithm.startswith("siphash")

0 commit comments

Comments
 (0)