Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add backwards compatibility for pytest hook wrapper #23781

Merged
merged 12 commits into from
Jul 15, 2024

Conversation

eleanorjboyd
Copy link
Member

fixes #23780

@eleanorjboyd eleanorjboyd self-assigned this Jul 9, 2024
@vscodenpa vscodenpa added this to the July 2024 milestone Jul 9, 2024
karthiknadig
karthiknadig previously approved these changes Jul 9, 2024
@karthiknadig karthiknadig changed the base branch from main to release/2024.10 July 9, 2024 22:18
@karthiknadig karthiknadig dismissed their stale review July 9, 2024 22:18

The base branch was changed.

karthiknadig
karthiknadig previously approved these changes Jul 9, 2024
@karthiknadig karthiknadig enabled auto-merge (squash) July 9, 2024 22:20
@eleanorjboyd
Copy link
Member Author

@DetachHead, tested my code and realized it didn't work so I made some changes and this should be correct

@eleanorjboyd eleanorjboyd added the bug Issue identified by VS Code Team member as probable bug label Jul 10, 2024
@eleanorjboyd eleanorjboyd changed the base branch from release/2024.10 to main July 15, 2024 20:10
@karthiknadig karthiknadig merged commit 8c18f74 into microsoft:main Jul 15, 2024
40 checks passed
@eleanorjboyd eleanorjboyd deleted the hook-wrapper branch July 15, 2024 22:00
@rafrafek
Copy link

Fixes #23707 and probably #23773.

eleanorjboyd added a commit to eleanorjboyd/vscode-python that referenced this pull request Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-testing bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pytest discover fails with: "TypeError: __call__() got an unexpected keyword argument 'wrapper'"
6 participants