From b3e3c117ef5c5b954d45ca13d9c251359008dde7 Mon Sep 17 00:00:00 2001 From: Jair Henrique Date: Tue, 7 Jan 2025 09:38:32 -0300 Subject: [PATCH] Clean pytest configurations --- pyproject.toml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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