Skip to content

Commit 9908250

Browse files
authored
chore: 🔨 fix path to pytest to link to local poetry venv (#171)
1 parent 4965d3b commit 9908250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
],
3939
"cSpell.language": "en,en-GB",
4040
"python.testing.pytestEnabled": true,
41-
"python.testing.pytestPath": "poetry run pytest",
41+
"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",
4242
}

0 commit comments

Comments
 (0)