diff --git a/pyproject.toml b/pyproject.toml index 6c044cd1..0fb34c54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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