chore(test): update pytest and required components

ref: #733
This commit is contained in:
2025-05-01 00:40:06 +09:30
parent 4ea5ddf122
commit 927776b9a7
2 changed files with 7 additions and 5 deletions

4
.vscode/launch.json vendored
View File

@ -84,7 +84,9 @@
"request": "launch",
"module": "pytest",
"args": [
"--collect-only"
"--override-ini", "addopts=",
"--collect-only",
"app",
],
"console": "integratedTerminal",
"justMyCode": false