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 workaround for pytest recursion #1100

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

mrbean-bremen
Copy link
Member

@mrbean-bremen mrbean-bremen commented Dec 11, 2024

Tasks

  • Unit tests added that reproduce the issue or prove feature is working
  • Fix or feature added
  • Entry to release notes added
  • Pre-commit CI shows no errors
  • Unit tests passing

- also use "pytest" instead of "python -m pytest"
 to catch errors specific to this call
- support pytest only from version 6.2.5,
  earlier versions did not work for current
  Python versions
- the problem occurs with pytest under Windows and Python >= 3.12
- this is a workaround until the problem is
  better understood
@mrbean-bremen mrbean-bremen merged commit 36d0efc into pytest-dev:main Dec 11, 2024
113 checks passed
@mrbean-bremen mrbean-bremen deleted the pytest_recursion branch December 11, 2024 17:15
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.

1 participant