Skip to content

Commit a88df29

Browse files
committed
Work around test discovery bug in VS Code v2024.2.0
microsoft/vscode-python#22999
1 parent b314dc0 commit a88df29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stbt_rig.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,8 +910,8 @@ def _update_vscode_config():
910910
"python.envFile": "${workspaceFolder}/.env",
911911
"python.testing.nosetestsEnabled": False,
912912
"python.testing.pytestArgs": [
913-
"-p", "stbt_rig",
914-
"-p", "no:python",
913+
"-pstbt_rig",
914+
"-pno:python",
915915
"--override-ini=python_files=*.py",
916916
"--override-ini=python_functions=test_*",
917917
"--tb=no", "--capture=no",

0 commit comments

Comments
 (0)