From 84d4fa096d2962e501decc05cc1451a35c29fb11 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 8 Jun 2026 14:15:50 +0000 Subject: [PATCH] remove tests/ from pytest.ini --- pytest.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 08fd85ac..0b162ce2 100644 --- a/pytest.ini +++ b/pytest.ini @@ -26,6 +26,5 @@ testpaths = etl/epc_clean/tests etl/hubspot/tests etl/spatial/tests - tests/ markers = integration: mark a test as an integration test