Changeset - a19b3fb6c4de
[Not reviewed]
1 1 0
Brett Smith - 4 years ago 2020-07-15 14:27:05
brettcsmith@brettcsmith.org
setup: Incorporate pytest.ini.
2 files changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pytest.ini
Show inline comments
 
deleted file
setup.cfg
Show inline comments
...
 
@@ -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
 

	
0 comments (0 inline, 0 general)