From 3ef8e08b230e9ea5c95d6ae3ef2eb8227e6f817d Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 25 Jan 2024 10:26:22 +0000
Subject: [PATCH] [project] Remove old test path.

Follow-up on !103.
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 740bd112c..c7d831d43 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -84,7 +84,7 @@ xfail_strict = true
 # tests
 #filterwarnings = ["error"]
 log_cli_level = "info"
-testpaths = ["tests", "ogstools/meshlib/tests"]
+testpaths = ["tests"]
 
 [tool.black]
 line-length = 80
-- 
GitLab