Browse Source

pytest: ignore YAMLLoadWarning

PyYAML 5.1 emits a warning because of the way that webassets loads YAML
(which is now deprecated). This suppresses the warning in pytest.
merge-requests/69/head
Deimos 6 years ago
parent
commit
e78555854e
  1. 1
      tildes/pytest.ini

1
tildes/pytest.ini

@ -4,3 +4,4 @@ addopts = -p no:cacheprovider
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning
ignore::yaml.YAMLLoadWarning
Loading…
Cancel
Save