From 4b87ab5d0d4f394c4a084df4974c12011841007e Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 14 Aug 2026 06:44:11 +1000 Subject: [PATCH] Fix warnings in test suite due to undeclared wall pytest marker --- src/bonsai/pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bonsai/pytest.ini b/src/bonsai/pytest.ini index 43c5f82d32..24cdb39657 100644 --- a/src/bonsai/pytest.ini +++ b/src/bonsai/pytest.ini @@ -42,6 +42,7 @@ markers = type unit void + wall web # Provide plugins explicitly, so it will be possible run tests with PYTEST_DISABLE_PLUGIN_AUTOLOAD.