From 2ddc42a885872157db144e0a02ccebf4350277c6 Mon Sep 17 00:00:00 2001 From: Tamas Nepusz Date: Wed, 28 Aug 2024 12:16:16 +0200 Subject: [PATCH] fix: remove pytest.ini --- pyproject.toml | 3 +++ pytest.ini | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 pytest.ini diff --git a/pyproject.toml b/pyproject.toml index 4deed7e..aafeff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,9 @@ source = ["src"] [tool.coverage.report] show_missing = true +[tool.pytest.ini_options] +trio_mode = true + [tool.ruff] lint.ignore = ["B905", "C901", "E402", "E501"] lint.select = ["B", "C", "E", "F", "W"] diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index 7fedfe2..0000000 --- a/pytest.ini +++ /dev/null @@ -1,2 +0,0 @@ -[pytest] -trio_mode=1