Disable Unverified HTTPS warnings

Change-Id: I9391c82d20801bfe4ecd7c8242148db31f1d562b
diff --git a/pytest.ini b/pytest.ini
index 5d11927..13d9db7 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,3 +1,4 @@
 [pytest]
 addopts = -vvv -s -p no:django -p no:ipdb -p no:logging --junit-xml=nosetests.xml --tb=native
 testpaths = tcp_tests
+filterwarnings = ignore:Unverified HTTPS request is being made.*