forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-testingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next releaseverification-neededVerification of issue is requestedVerification of issue is requested
Description
changelog for pytest 8: https://docs.pytest.org/en/latest/changelog.html
tests fail for repo because session.name of this change:
[session.name](https://docs.pytest.org/en/latest/reference/reference.html#pytest.Session.name) is now ""; previously it was the rootdir directory name. This matches [session.nodeid](https://docs.pytest.org/en/latest/reference/reference.html#pytest.nodes.Node.nodeid) which has always been "".
Metadata
Metadata
Assignees
Labels
area-testingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next releaseverification-neededVerification of issue is requestedVerification of issue is requested