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

TST: Avoid changing odd tempfile names in tests' site.cfg #18103

Merged
merged 1 commit into from
Jan 2, 2021

Conversation

DWesl
Copy link
Contributor

@DWesl DWesl commented Jan 1, 2021

CI once produced a tempfile name with the string 'mkl' embedded. The
old code changed this as well as the section name. This should ensure
only section names get changed, and the restriction on the number of
replacements should catch any weird corner cases, since I think the
sections came first.

CI once produced a tempfile name with the string 'mkl' embedded.  The
old code changed this as well as the section name.  This should ensure
only section names get changed, and the restriction on the number of
replacements should catch any weird corner cases, since I think the
sections came first.
@charris charris changed the title Avoid changing odd tempfile names in tests' site.cfg TST: Avoid changing odd tempfile names in tests' site.cfg Jan 1, 2021
@charris charris merged commit d4f7d9e into numpy:master Jan 2, 2021
@charris
Copy link
Member

charris commented Jan 2, 2021

Thanks @DWesl .

@DWesl DWesl deleted the avoid-changing-odd-tempfile-names branch January 2, 2021 15:56
@DWesl DWesl restored the avoid-changing-odd-tempfile-names branch July 21, 2021 16:15
@DWesl DWesl deleted the avoid-changing-odd-tempfile-names branch July 21, 2021 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants