From d523e8f6557f05c065a94196c2d6dbe3a76083bb Mon Sep 17 00:00:00 2001 From: chaplin89 <2357260+chaplin89@users.noreply.github.com> Date: Mon, 20 May 2024 19:09:55 +0200 Subject: [PATCH] Removed pyproject test section --- pyproject.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f37fa6d..43c76f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,13 +72,3 @@ version_file = "wgse/VERSION.py" [tool.isort] profile = "black" line_length = 88 - -[tool.pytest.ini_options] -minversion = "6.0" -addopts = "--strict-markers -p no:warnings " -testpaths = [ - "test" -] -filterwarnings = [ - 'ignore:DeprecationWarning', -]