From 010b0a609c8a449dc9a15f98ddbd9c3c93a4e656 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 16 Nov 2019 08:05:55 +0700 Subject: [PATCH] Ignore those warnings --- pytest.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pytest.ini b/pytest.ini index bc0f916..bb54d2d 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,3 +3,8 @@ addopts = -v -rxXs --doctest-modules --durations 10 --cov=molecule_hetznercloud doctest_optionflags = ALLOW_UNICODE ELLIPSIS junit_suite_name = molecule_test_suite norecursedirs = dist doc build .tox .eggs +filterwarnings = + # remove once https://github.com/cookiecutter/cookiecutter/pull/1127 is released + ignore::DeprecationWarning:cookiecutter + # remove once https://github.com/pytest-dev/pytest-cov/issues/327 is released + ignore::pytest.PytestWarning:pytest_cov