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

nose: fix class- and module-level fixture behavior #9273

Merged
merged 1 commit into from
Nov 7, 2021

Conversation

bluetech
Copy link
Member

@bluetech bluetech commented Nov 6, 2021

Fixes #9272.

Fixing the issue directly in the plugin is somewhat hard, so do it in core, by moving the aliasing directly to the pytest xunit fixture support. Since the plugin is going to be deprecated, I figure it's OK to cheat a bit.

Fixes pytest-dev#9272.

Fixing the issue directly in the plugin is somewhat hard, so do it in
core. Since the plugin is going to be deprecated, I figure it's OK to
cheat a bit.
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.

nose module fixtures are handled incorrectly
2 participants