Skip to content

Commit

Permalink
Ignore deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed Feb 14, 2024
1 parent 02f62f8 commit eb23896
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ dev = [
"ipython",
"mypy",
"pdbpp",
"pre-commit",
"pytest-cov",
"pytest",
"rich",
"ruff",
]
Expand Down Expand Up @@ -117,7 +114,9 @@ select = [
[tool.pytest.ini_options]
minversion = "6.0"
testpaths = ["tests"]
filterwarnings = ["error"]
filterwarnings = ["error",
"ignore::DeprecationWarning"]


# https://mypy.readthedocs.io/en/stable/config_file.html
[tool.mypy]
Expand Down

0 comments on commit eb23896

Please sign in to comment.