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

Skip to content

TST: Use fixtures for f2py tests #25239

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
HaoZeke opened this issue Nov 23, 2023 · 1 comment · May be fixed by #25252
Open

TST: Use fixtures for f2py tests #25239

HaoZeke opened this issue Nov 23, 2023 · 1 comment · May be fixed by #25252

Comments

@HaoZeke
Copy link
Member

HaoZeke commented Nov 23, 2023

The issues with the CI test timings (#25111 (comment), #25134 (comment), etc.) for f2py are part of the older unittest style test framework. The compiler checks can (and should) be implemented as pytest fixtures of session scope.

In keeping with the discussion on #25111 (comment).

@HaoZeke
Copy link
Member Author

HaoZeke commented Dec 24, 2023

#25447 highlights the need for this, might as well get to it (speed notwithstanding).

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

Successfully merging a pull request may close this issue.

1 participant