Skip to content

Commit

Permalink
remove ssl verification check
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Jun 27, 2024
1 parent 79290db commit 8aa28b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

# import pytest

from gypsum_client.config import REQUESTS_MOD

REQUESTS_MOD["verify"] = False
# only if certificates are not available for local testing
# from gypsum_client.config import REQUESTS_MOD
# REQUESTS_MOD["verify"] = False

0 comments on commit 8aa28b3

Please sign in to comment.