Skip to content

Commit

Permalink
Clean pytest configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
jairhenrique committed Jan 8, 2025
1 parent 440bc20 commit b3e3c11
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
[tool.codespell]
skip = '.git,*.pdf,*.svg,.tox'
ignore-regex = "\\\\[fnrstv]"
#
# ignore-words-list = ''

[tool.pytest.ini_options]
addopts = [
"--strict-config",
"--strict-markers",
]
addopts = ["--strict-config", "--strict-markers"]
asyncio_default_fixture_loop_scope = "session"
markers = ["online"]
filterwarnings = [
"error",
'''ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning''',
]

[tool.ruff]
line-length = 110
Expand Down

0 comments on commit b3e3c11

Please sign in to comment.