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

Latest pytest recipe should be patched to not use unittest? #567

Open
martinRenou opened this issue Jun 20, 2023 · 1 comment
Open

Latest pytest recipe should be patched to not use unittest? #567

martinRenou opened this issue Jun 20, 2023 · 1 comment

Comments

@martinRenou
Copy link
Contributor

Latest pytest uses unittest that we removed.

We could either:

  • live with an outdated pytest
  • remove the filter for unittest and bring it back
  • patch pytest to not use unittest
@DerThorsten
Copy link
Contributor

live with an outdated pytest is fine for the moment since we do not really use any pytest features at all.
We are basically just importing packages and use pytest to report failures =)

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

No branches or pull requests

2 participants