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.
This commit is contained in:
parent
f09f029fc4
commit
d49173725a
1 changed files with 3 additions and 0 deletions
3
pytest.ini
Normal file
3
pytest.ini
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[pytest]
|
||||||
|
filterwarnings =
|
||||||
|
ignore::DeprecationWarning:^socks$
|
Loading…
Reference in a new issue