Try to address font failures when pkgconfig not installed#75
Open
eteq wants to merge 17 commits intopytroll:mainfrom
Open
Try to address font failures when pkgconfig not installed#75eteq wants to merge 17 commits intopytroll:mainfrom
eteq wants to merge 17 commits intopytroll:mainfrom
Conversation
- Move agg2 source directory to agg - Update agg to 2.4 - Update aggdraw source to match and work with agg 2.4 interfaces - Update tests to work with new code
# Conflicts: # CHANGELOG.md
Port of aggdraw to agg 2.4
Use array delete for point arrays
…troll#62) * Change default linejoin and linecap to preserve previous behavior * Change default line_cap from round_cap to butt_cap * Switch to ci-helpers workaround branch * Remove leftover copy/paste in appveyor config * Update tests for butt_cap default * Switch to strict conda channel priority for consistency * Switch to strict conda channel priority for consistency * Try removing CMD_IN_ENV use in appveyor * Try activating conda environment again * Add CMD_IN_ENV to environment activate because why not * Add CMD_IN_ENV to all test runs * Switch back to upstream ci-helpers tests * Remove unnecessary CMD_IN_ENV calls in appveyor * Add conda init for all possible shells on appveyor * Use conda run to execute python commands * Remove hopefully unnecessary conda init call * Switch travis back to upstream ci-helpers repository
Author
|
I think the test failure is symptomatic of the underlying problem that leads to #74! 🤷 |
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.
This PR does two things that might be considered partial fixes for #74 :
Neither fully address the underlying problem in #74 that the pip install doesn't work, but this should at least make it easier to troubleshoot in the future.