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