Thanks to visit codestin.com
Credit goes to github.com

Skip to content

f2py tests fail due to missing __config___ #9673

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

Open
ghost opened this issue Sep 9, 2017 · 1 comment
Open

f2py tests fail due to missing __config___ #9673

ghost opened this issue Sep 9, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 9, 2017

Due to #9431, numpy distutils can now link against OpenBLAS and friends. However, for the functionality to work correctly, distutils depends on Python loading the __config__ module that will add the extra paths. This works well for end users, but doesn't work well for the tests that examine the behavior of f2py because the config module is not loading during testing.

@charris
Copy link
Member

charris commented Mar 4, 2018

Can this be fixed in the util.F2PyTest class?

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

No branches or pull requests

1 participant