Skip to content

Commit

Permalink
🎨 fix locust_settings (ITISFoundation#7038)
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis authored Jan 14, 2025
1 parent f0212cb commit 082ec0b
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions tests/performance/locust_settings.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 082ec0b

Please sign in to comment.