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

DM-44136: Stop importing symbols from _pytest #1014

Merged
merged 1 commit into from
May 3, 2024
Merged

DM-44136: Stop importing symbols from _pytest #1014

merged 1 commit into from
May 3, 2024

Conversation

rra
Copy link
Member

@rra rra commented May 3, 2024

The necessary types for proper type-checking of tests are now exported from the top level of pytest. Remove the now-unneeded imports from _pytest, and refer to those types qualified with pytest, following pytest best practices.

The necessary types for proper type-checking of tests are now
exported from the top level of pytest. Remove the now-unneeded
imports from _pytest, and refer to those types qualified with
pytest, following pytest best practices.
@rra rra enabled auto-merge May 3, 2024 17:33
@rra rra merged commit 92e215c into main May 3, 2024
5 checks passed
@rra rra deleted the tickets/DM-44136 branch May 3, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant