diff --git a/oras/tests/test_oras.py b/oras/tests/test_oras.py index 2cbbd1d..ab9432d 100644 --- a/oras/tests/test_oras.py +++ b/oras/tests/test_oras.py @@ -151,6 +151,7 @@ def test_directory_push_pull_selfsigned_auth( ) res = client.login( hostname=registry, + tls_verify=False, username=credentials.user, password=credentials.password, )