Add statsmodels to the dependencies
This commit is contained in:
parent
4b6d92958d
commit
6429165aaf
3 changed files with 95 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue