From b3e6fb0596c7337befe1ca7f0c01eaac5da5dd2c Mon Sep 17 00:00:00 2001 From: Schmidt Fabian Date: Mon, 29 Jul 2024 23:02:43 +0200 Subject: [PATCH] let pytest ignore __version__.py --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df41379..8360f77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ quote-style = 'single' [tool.pytest.ini_options] testpaths = ["tests"] -addopts = "--ignore=pyrasa/__version__.py" +addopts = --ignore=pyrasa/__version__.py [tool.mypy] disable_error_code = "import-untyped"