TypeError: isinstance() arg 2 must be a type, a tuple of types, or a union #12140
Replies: 2 comments
-
this looks like a "impossible" error in the stdlib - based on the code shown, value MUST be a tuple of actual types, |
Beta Was this translation helpful? Give feedback.
0 replies
-
I ran into a version of this issue.
For me, it was a result of mocking |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hello i´am using pytest and when I use pytest versión 8.1.1 crashed the github action and with 8.0.1 my action run fine.
the complete error is next:
i belive that I should considered one point in the upgrade in pytest. can you help me ?
During handling of the above exception, another exception occurred:
During handling of the above exception, another exception occurred:
Beta Was this translation helpful? Give feedback.
All reactions