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

numba.tests.test_builtins.TestIsinstanceBuiltin.test_experimental_warning fail on main #7891

Closed
sklam opened this issue Mar 7, 2022 · 3 comments
Labels

Comments

@sklam
Copy link
Member

sklam commented Mar 7, 2022

I got a test failure when I run python runtests.py numba/tests/test_builtins.py

FAIL: test_experimental_warning (numba.tests.test_builtins.TestIsinstanceBuiltin)

Originally posted by @sklam in #7884 (comment)

@sklam
Copy link
Member Author

sklam commented Mar 14, 2022

Note: may not always reproduce

@stuartarchibald
Copy link
Contributor

Locally, on Python 3.8, this is enough to trigger the failure:

./runtests.py numba.tests.test_builtins.TestIsinstanceBuiltin.test_combinations numba.tests.test_builtins.TestIsinstanceBuiltin.test_isinstance_exceptions

but the same does not happen on Python 3.9.

@stuartarchibald
Copy link
Contributor

Fixed in #8197

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants