From 385ce00d9109835925b5b880ff7f15e70331b375 Mon Sep 17 00:00:00 2001 From: Jon Besga Date: Mon, 18 Mar 2024 09:38:41 +0000 Subject: [PATCH] Remove exclude property from pyproject.toml --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d97f6f49..b9f9e7da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,6 @@ ruff = "^0.3.0" requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" -exclude = ["**/tests/"] - [tool.pytest.ini_options] testpaths = ["tests"] filterwarnings = [