Add statsmodels to the dependencies

This commit is contained in:
Alexander Hess 2021-01-31 18:24:03 +01:00
commit 6429165aaf
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
3 changed files with 95 additions and 1 deletions

View file

@ -271,6 +271,8 @@ ignore_missing_imports = true
ignore_missing_imports = true
[mypy-sqlalchemy.*]
ignore_missing_imports = true
[mypy-statsmodels.*]
ignore_missing_imports = true
[mypy-utm.*]
ignore_missing_imports = true
@ -282,6 +284,8 @@ cache_dir = .cache/pytest
console_output_style = count
env =
TESTING=true
filterwarnings =
ignore:::patsy.*
markers =
db: (integration) tests touching the database
e2e: non-db and non-r integration tests