Skip to content

Commit 335548f

Browse files
johubertjjmayclin
andauthored
Update tests/integrationv2/providers.py
Co-authored-by: James Mayclin <[email protected]>
1 parent 52dd890 commit 335548f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integrationv2/providers.py

-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,6 @@ def supports_cipher(cls, cipher, with_curve=None):
457457
return True
458458

459459
def at_least_openssl_1_1(self) -> None:
460-
print(f"Openssl version: {OpenSSL.get_version()}")
461460
if OpenSSL.get_version() < "1.1":
462461
raise FileNotFoundError(
463462
f"Openssl version returned {OpenSSL.get_version()}, expected at least 1.1.x."

0 commit comments

Comments
 (0)