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