-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
Test failures against NumPy 2.0.0rc2 #2442
Comments
Thank you for opening the issue. We also had issue with the numpy's brain when trying to analyses the pyi in #2375, we have to check if our brain where still up to date with latest numpy and if analysing pyi was a better bet. With some knowledge gathered with pylint 3.2.0 's release it seems the pyi are not ready (we have to merge pyi with the implementation because using the pyi and having an empty function body doesn't work). We never had to make brain for 2 versions of a lib before so either way, there's probably prior work to do to make this work. |
Numpy 2.1 came with a bunch of typing-related fixes. |
Steps to reproduce
tox -e py312
. .tox/py312/bin/activate
pip install numpy==2.0.0rc2
pytest
Current behavior
Full log with tracebacks
Expected behavior
Tests passing :-).
python -c "from astroid import __pkginfo__; print(__pkginfo__.version)"
output3.3.0-dev0
(I've reproduced with e43e045)
The text was updated successfully, but these errors were encountered: