From f52f307e63b5c065105dc2b44cd08c4eff8c5549 Mon Sep 17 00:00:00 2001 From: Alex Zapata Date: Wed, 18 Feb 2026 00:36:29 +0100 Subject: [PATCH] fix: Rename the pytest.ini file located within the tests directory so that the original file located in the root directory is executed. --- tests/{pytest.ini => pytest-duplicated.ini} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{pytest.ini => pytest-duplicated.ini} (100%) diff --git a/tests/pytest.ini b/tests/pytest-duplicated.ini similarity index 100% rename from tests/pytest.ini rename to tests/pytest-duplicated.ini