Add testing on macOS, update GitHub Actions, add Dependabot#61
Merged
Conversation
Member
Author
|
The tests on macOS failed as follows: FAILED test/test_repair.py::test_repair_rpath[wheel_file0-libname0-expected0] - AssertionError: expected runtime path $ORIGIN not found in libgeos_c.so
assert '$ORIGIN' in ['$ORIGIN/../../../../../../../../../var/folders/8d/778wjbv96mq1760tv6gk374m0000gn/T/tmp0kceidi2/Shapely-1.8.2/Shapely.libs']
+ where ['$ORIGIN/../../../../../../../../../var/folders/8d/778wjbv96mq1760tv6gk374m0000gn/T/tmp0kceidi2/Shapely-1.8.2/Shapely.libs'] = Dylink(mem_size=2384, mem_align=4, table_size=4, table_align=0, needed=['libgeos.so.3.10.3'], export_info={}, import_info={}, runtime_paths=['$ORIGIN/../../../../../../../../../var/folders/8d/778wjbv96mq1760tv6gk374m0000gn/T/tmp0kceidi2/Shapely-1.8.2/Shapely.libs']).runtime_pathsAnd they are now passing when I added my fix from #55 here. Let's merge that one first; I'll rebase this later! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Seeing if we can run the test suite on macOS, in light of #55. Also adds Dependabot and other security-related things.