From 66d143c49af750710c06c4cfa82d58498327e8e4 Mon Sep 17 00:00:00 2001 From: Sebastian Wick Date: Fri, 17 Jan 2025 15:11:39 +0100 Subject: [PATCH] tests/py: Remove pytest.ini It was originally added in 8100fc4b to prevent the meson logs getting picked up by pytest. The pytests are now being run from the source tree instead of the build dir so it is safe to remove the file. --- tests/.pytest.ini | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 tests/.pytest.ini diff --git a/tests/.pytest.ini b/tests/.pytest.ini deleted file mode 100644 index 21ad1a59b..000000000 --- a/tests/.pytest.ini +++ /dev/null @@ -1,2 +0,0 @@ -[pytest] -addopts = --ignore-glob=meson-logs