Skip to content

Commit

Permalink
Suppressed InsecureRequestWarning on pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanoGuerrini committed Jan 26, 2024
1 parent aa318fe commit 204204f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[pytest]
addopts=-s --verbose
testpaths = tests
filterwarnings =
ignore::urllib3.exceptions.InsecureRequestWarning

0 comments on commit 204204f

Please sign in to comment.