setup: Incorporate pytest.ini.

This commit is contained in:
Brett Smith 2020-07-07 09:25:25 -04:00
parent 0e8745bf51
commit a19b3fb6c4
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +0,0 @@
[pytest]
filterwarnings =
ignore::DeprecationWarning:^socks$

View file

@ -13,6 +13,10 @@ warn_return_any = True
warn_unreachable = True
warn_unused_configs = True
[tool:pytest]
filterwarnings =
ignore::DeprecationWarning:^socks$
[tox:tox]
envlist = py36,py37