Skip to content

Commit

Permalink
remove pytest ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
da-maltsev committed Jul 6, 2023
1 parent 01449c6 commit 6d52af9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ multi_line_output = 4

[tool.pytest.ini_options]
python_files = ["test*.py"]
filterwarnings = [# Pattern: `action:message:category:module:line` (https://docs.python.org/3/library/warnings.html#describing-warning-filters)
"ignore:SelectableGroups dict interface is deprecated. Use select",
"ignore:.*'cgi' is deprecated and slated for removal in Python 3.13.*",
]
env = [
"DATABASE_URL=postgres://postgres@localhost:5432/postgres"
]

0 comments on commit 6d52af9

Please sign in to comment.