Changeset - d49173725a7b
[Not reviewed]
0 0 1
Brett Smith - 4 years ago 2020-03-24 13:16:38
brettcsmith@brettcsmith.org
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.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pytest.ini
Show inline comments
 
new file 100644
 
[pytest]
 
filterwarnings =
 
  ignore::DeprecationWarning:^socks$
0 comments (0 inline, 0 general)