Hide obnoxious ruamel.yaml warnings during test runs.

This commit is contained in:
Dan Helfman 2023-03-24 22:43:10 -07:00
parent 739a58fe47
commit d14a8df71a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ description_file=README.md
testpaths = tests
addopts = --cov-report term-missing:skip-covered --cov=borgmatic --ignore=tests/end-to-end
filterwarnings =
ignore:Coverage disabled.*:pytest.PytestWarning
ignore:Deprecated call to `pkg_resources.declare_namespace\('ruamel'\)`.*:DeprecationWarning
[flake8]
ignore = E501,W503