forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
area-testinginfo-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version:
code --version
1.94.1
e10f2369d0d9614a452462f2e01cdc4aa9486296
x64 - OS Version:
cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.1 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.1 LTS (Jammy Jellyfish)"
Steps to Reproduce:
- Have a Python project in place and it's requirements installed
- Python Version: 3.12.3
- Pytest version: 8.3.2
- Pytest-cov version: 5.0.0
- Configure VS Code to use Pytest
- The only testing parameters setted are:
settings.json
"python.testing.pytestArgs": [
"tests",
"-vv"
],and pyproject.toml
[tool.coverage.run]
omit = ["tests/*"]Metadata
Metadata
Assignees
Labels
area-testinginfo-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team

