level12 / keg-app-cookiecutter

0 stars 0 forks source link

Remove warning configuration that promotes SAWarning to error #163

Closed rsyring closed 1 year ago

rsyring commented 2 years ago

https://github.com/level12/keg-app-cookiecutter/blob/d6de510da46631320627148abaa43dc1d62f3c22/%7B%7Bcookiecutter.src_dirname%7D%7D/%7B%7Bcookiecutter.project_pymod%7D%7D/__init__.py#L6

Since pytest.ini now sets all warnings as errors, this is no longer needed.