From 421493655c329b4ecd42bc21063fd980ea241c43 Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti Date: Tue, 4 Jun 2024 10:52:16 +0200 Subject: [PATCH] Remove non-existing `pytest` config options --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ac1d49a94..7782fc678 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,13 +24,10 @@ profile = "black" [tool.pytest.ini_options] addopts = "-rsxX -v --strict-markers" minversion = "6.0" -preview = true testpaths = [ "tests", ] -target-version = "py311" - [tool.ruff] exclude = [ ".git",