From cd29f31ca3410a2a1fb27d9df7954ca92e0fedfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Tue, 16 Sep 2025 16:28:24 +0200 Subject: [PATCH] Use common name for post-startup server functions Unify the names of autouse module-wide fixtures that perform after_servers_start() setup. The consistent naming doesn't just help readability, but also makes it simpler for the vulture exception (since it doesn't properly deal with autouse fixtures). (cherry picked from commit 377724c26d399aa82434bee64f9c7dcf29eab0d7) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e3f9fc22d..02e8009a89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -649,7 +649,7 @@ vulture: <<: *python_triggering_rules needs: [] script: - - vulture --exclude "*/ans*/ans.py,conftest.py,get_algorithms.py,isctest" --ignore-names "bootstrap,pytestmark" bin/tests/system/ + - vulture --exclude "*/ans*/ans.py,conftest.py,get_algorithms.py,isctest" --ignore-names "after_servers_start,bootstrap,pytestmark" bin/tests/system/ ci-variables: <<: *precheck_job