Skip to content

Commit

Permalink
chore: disable SQLAlchemy v2 migration warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Aug 26, 2024
1 parent 6c40a56 commit 7b47197
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ preview = true
filterwarnings = [
"ignore::DeprecationWarning",
"ignore::bs4.GuessedAtParserWarning", # using lxml as default parser
"error::sqlalchemy.exc.RemovedIn20Warning",
]
markers = [
"ckan_config: patch configuration used by other fixtures via (key, value) pair.",
Expand Down Expand Up @@ -125,7 +124,6 @@ reportUnnecessaryTypeIgnoreComment = true
reportMatchNotExhaustive = true

[tool.mypy]
plugins = "sqlalchemy.ext.mypy.plugin"
files = "ckan"
exclude = "ckan/(pastertemplates|tests|migration)"

Expand Down

0 comments on commit 7b47197

Please sign in to comment.