Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit c4a3e7c

Browse files
AlexanderWells-diamondcoretl
authored andcommitted
Fix reference to non-existent setup.cfg file
1 parent dace85f commit c4a3e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"console": "integratedTerminal",
1717
"env": {
18-
// The default config in setup.cfg's "[tool:pytest]" adds coverage.
18+
// The default config in pyproject.toml's "[tool.pytest.ini_options]" adds coverage.
1919
// Cannot have coverage and debugging at the same time.
2020
// https://github.com/microsoft/vscode-python/issues/693
2121
"PYTEST_ADDOPTS": "--no-cov"

0 commit comments

Comments
 (0)