Explorar o código

Hide obnoxious ruamel.yaml warnings during test runs.

Dan Helfman %!s(int64=2) %!d(string=hai) anos
pai
achega
d14a8df71a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -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