Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Avoid stacktrace due to isinstance not allowing parametrized generics #296

Closed
wants to merge 2 commits into from

Conversation

ssbarnea
Copy link
Member

Using list[] is perfectly fine with recent version of python but this does break tox itself runtime type checking. This change should avoid the problem until we can change tox to also work with these.

Related: tox-dev/tox#3287

@ssbarnea ssbarnea added the bug This issue/PR relates to a bug. label May 29, 2024
…rics

Using list[] is perfectly fine with recent version of python but
this does break tox itself runtime type checking. This change should
avoid the problem until we can change tox to also work with these.

Related: tox-dev/tox#3287
@ssbarnea ssbarnea requested a review from cidrblock May 29, 2024 13:18
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug This issue/PR relates to a bug.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants