Skip to content

Commit b3e3c11

Browse files
committed
Clean pytest configurations
1 parent 440bc20 commit b3e3c11

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pyproject.toml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
[tool.codespell]
22
skip = '.git,*.pdf,*.svg,.tox'
33
ignore-regex = "\\\\[fnrstv]"
4-
#
5-
# ignore-words-list = ''
64

75
[tool.pytest.ini_options]
8-
addopts = [
9-
"--strict-config",
10-
"--strict-markers",
11-
]
6+
addopts = ["--strict-config", "--strict-markers"]
7+
asyncio_default_fixture_loop_scope = "session"
128
markers = ["online"]
13-
filterwarnings = [
14-
"error",
15-
'''ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning''',
16-
]
179

1810
[tool.ruff]
1911
line-length = 110

0 commit comments

Comments
 (0)