From 082ec0bcedc2d6ca7468deb0ef6ef0a15b5ac839 Mon Sep 17 00:00:00 2001 From: Mads Bisgaard <126242332+bisgaard-itis@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:33:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20fix=20locust=5Fsettings=20(#7038?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/performance/locust_settings.py | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/tests/performance/locust_settings.py b/tests/performance/locust_settings.py index 2b5ee214885..f2cfbe5a1a6 100644 --- a/tests/performance/locust_settings.py +++ b/tests/performance/locust_settings.py @@ -1,18 +1,5 @@ -# /// script -# requires-python = ">=3.11" -# dependencies = [ -# "faker", -# "locust", -# "locust-plugins", -# "parse", -# "pydantic", -# "pydantic-settings", -# "tenacity" -# ] -# /// -# pylint: disable=unused-argument +# pylint:disable=unused-argument # pylint: disable=no-self-use -# pylint: disable=no-name-in-module import importlib.util import inspect