commit | 2ea4f8abc091b07b57a63208a5aa5ae69b06e337 | [log] [tgz] |
---|---|---|
author | Ekaterina Chernova <efedorova@mirantis.com> | Fri Oct 11 16:22:31 2019 +0300 |
committer | Ekaterina Chernova <efedorova@mirantis.com> | Mon Oct 14 12:48:37 2019 +0300 |
tree | a4dfecea21d3e0d1991b546f008cd6b70d585644 | |
parent | 4b99ca94eaf822ff5875c0cab35fd4e66cd077b4 [diff] |
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.*