From 17c31ce6c92e50545065f7805d73b215bff9f5e2 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Mon, 4 Aug 2025 11:33:37 +0200 Subject: [PATCH] Remove redundant pytest.ini --- pytest.ini | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index ed3f5dd..0000000 --- a/pytest.ini +++ /dev/null @@ -1,14 +0,0 @@ -[tool:pytest] -testpaths = tests -python_files = test_*.py -python_classes = Test* -python_functions = test_* -pythonpath = src -addopts = - -v - --tb=short - --strict-markers - --disable-warnings -filterwarnings = - ignore::DeprecationWarning - ignore::PendingDeprecationWarning \ No newline at end of file