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

fix for pytest warning: "is using nose-specific method: setup(self)" #1429

Closed
wants to merge 1 commit into from

Conversation

pbiering
Copy link
Collaborator

@pbiering pbiering commented Mar 12, 2024

  • teardown -> teardown_method
  • setup -> setup_method

@pbiering pbiering added this to the 3.1.9 milestone Mar 12, 2024
@pbiering pbiering self-assigned this Mar 12, 2024
@pbiering pbiering added the need:support support/help/contribution is required label Mar 12, 2024
@pbiering pbiering modified the milestones: 3.1.9, 3.2.x Mar 12, 2024
@pbiering
Copy link
Collaborator Author

looks like this is incompatible with older Python versions (e.g. 3.9) causing now troubles like

TypeError: too many positional arguments

How can this be conditionally adjusted?

@Unrud Unrud mentioned this pull request May 8, 2024
@pbiering pbiering modified the milestones: 3.2.x, 3.3.x Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need:support support/help/contribution is required upcoming incompatibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant