From 109c62fa3eddb83df227d455bb8efbe670e1c98e Mon Sep 17 00:00:00 2001 From: kedod <35638715+kedod@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:49:26 +0100 Subject: [PATCH] feat: Add LITESTAR_ prefix before WEB_CONCURRENCY env option (#3227) * feat: Add LITESTAR_ prefix for web concurrency env option * Replace depacrated with versionchanged directive * Change wc option description * Remove depracation warning --------- Co-authored-by: kedod --- tests/unit/test_cli/test_core_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_cli/test_core_commands.py b/tests/unit/test_cli/test_core_commands.py index 29fb0e6dde..07fc35f569 100644 --- a/tests/unit/test_cli/test_core_commands.py +++ b/tests/unit/test_cli/test_core_commands.py @@ -435,7 +435,7 @@ def test_run_command_arguments_precedence( ), ( ("--wc", 2), - ("WEB_CONCURRENCY", 4), + ("LITESTAR_WEB_CONCURRENCY", 4), "--workers=2", ), (