From c9e0981955597ac4d697fe2734a161375cf8aae0 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 14 Jun 2023 09:14:44 -0400 Subject: [PATCH] tests: remove testpaths, since we have two incomplatible test suites --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 90420fca..592385f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,10 +14,6 @@ target-version = ['py37', 'py38', 'py39', 'py310', 'py311'] minversion = "6.0" addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"] junit_family = "xunit2" -testpaths = [ - "test", - "unit_test", -] xfail_strict = true filterwarnings = ["error"] log_cli_level = "info"