You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run tests for version 5.2.1 with -m "not ssl" and I'm getting this error:
_____________ ERROR collecting tests/test_asyncio/test_cluster.py ______________
tests/test_asyncio/test_cluster.py:2888: in <module>
class TestSSL:
tests/test_asyncio/test_cluster.py:2896: in TestSSL
CLIENT_CERT, CLIENT_KEY, CA_CERT = get_tls_certificates("cluster")
tests/ssl_utils.py:30: in get_tls_certificates
raise OSError(f"No SSL certificates found. They should be in {cert_dir}")
E OSError: No SSL certificates found. They should be in $(BUILD_DIR)/build/dockers/cluster/tls
The text was updated successfully, but these errors were encountered:
I'm trying to run tests for version 5.2.1 with
-m "not ssl"
and I'm getting this error:The text was updated successfully, but these errors were encountered: