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
...
 
@@ -10,12 +10,16 @@ show_error_codes = True
 
strict_equality = True
 
warn_redundant_casts = True
 
warn_return_any = True
 
warn_unreachable = True
 
warn_unused_configs = True
 

	
 
[tool:pytest]
 
filterwarnings =
 
  ignore::DeprecationWarning:^socks$
 

	
 
[tox:tox]
 
envlist = py36,py37
 

	
 
[testenv]
 
# Beancount includes type declarations but not the `py.typed` flag file mypy
 
# is looking for to know that. Create it ourselves.
0 comments (0 inline, 0 general)