From e70ac05f905ec1e366b29bfdef056b80b2fb3790 Mon Sep 17 00:00:00 2001 From: Marek Materzok Date: Wed, 6 Nov 2024 11:20:53 +0100 Subject: [PATCH] Silence useless warning --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 142b00abe..c2bc22f2b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -4,5 +4,6 @@ testpaths = tests norecursedirs = '*.egg', '.*', 'build', 'dist', 'venv', '__traces__', '__pycache__' filterwarnings = + ignore:cannot collect test class 'TestbenchContext':pytest.PytestCollectionWarning ignore:cannot collect test class 'TestbenchIO':pytest.PytestCollectionWarning ignore:No files were found in testpaths:pytest.PytestConfigWarning: