From 6924ecb46903afce3d24d81508a6e91b3caa3aa5 Mon Sep 17 00:00:00 2001 From: Mads Bisgaard Date: Tue, 14 Jan 2025 10:42:33 +0100 Subject: [PATCH 1/2] fix locust_settings --- tests/performance/locust_settings.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/tests/performance/locust_settings.py b/tests/performance/locust_settings.py index 2b5ee214885f..cc4b6ef99f75 100644 --- a/tests/performance/locust_settings.py +++ b/tests/performance/locust_settings.py @@ -1,19 +1,3 @@ -# /// script -# requires-python = ">=3.11" -# dependencies = [ -# "faker", -# "locust", -# "locust-plugins", -# "parse", -# "pydantic", -# "pydantic-settings", -# "tenacity" -# ] -# /// -# pylint: disable=unused-argument -# pylint: disable=no-self-use -# pylint: disable=no-name-in-module - import importlib.util import inspect import json From c7db61b65d6e39c854540ff41495baa81cbbc71e Mon Sep 17 00:00:00 2001 From: Mads Bisgaard Date: Tue, 14 Jan 2025 11:12:52 +0100 Subject: [PATCH 2/2] fix pylint --- tests/performance/locust_settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/performance/locust_settings.py b/tests/performance/locust_settings.py index cc4b6ef99f75..f2cfbe5a1a60 100644 --- a/tests/performance/locust_settings.py +++ b/tests/performance/locust_settings.py @@ -1,3 +1,6 @@ +# pylint:disable=unused-argument +# pylint: disable=no-self-use + import importlib.util import inspect import json