Skip to content

Commit

Permalink
fix: remove unneeded pytest ignore (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jul 20, 2023
1 parent 6a879ec commit 44df371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
xfail_strict = true
filterwarnings = [
"error",
"ignore:(ast.Str|Attribute s|ast.NameConstant|ast.Num) is deprecated:DeprecationWarning:_pytest",
]
log_cli_level = "INFO"
testpaths = [
Expand Down

0 comments on commit 44df371

Please sign in to comment.