Skip to content

Fix test_find_sources when run under site-packages#10075

Merged
JukkaL merged 3 commits intomasterfrom
fix-find-sources
Feb 11, 2021
Merged

Fix test_find_sources when run under site-packages#10075
JukkaL merged 3 commits intomasterfrom
fix-find-sources

Conversation

@JukkaL
Copy link
Copy Markdown
Collaborator

@JukkaL JukkaL commented Feb 11, 2021

This was failing during wheel builds because we run the tests after
installation (under site-packages), and this confused the module
search logic. Use a temp directory instead.

This was failing during wheel builds because we run the tests after
installation (under `site-packages`), and this confused the module
search logic. Hard code the paths to make this work in any install
location.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants