conservancy_beancount/pytest.ini
Brett Smith d49173725a tests: Ignore the DeprecationWarning from the socks module.
The socks package in Debian buster does a deprecated import from
the collections module. That's not directly relevant to our own
code (Conservancy has no business requirement for SOCKS support)
so ignore it.
2020-03-24 09:16:38 -04:00

3 lines
63 B
INI

[pytest]
filterwarnings =
ignore::DeprecationWarning:^socks$