diff --git a/pyproject.toml b/pyproject.toml
index 740bd112c4a5d2adb963c1df24bc66496ac2ac30..c7d831d433f177bf4141a6c9b23a7354fc2255de 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