Skip to content

ReportLabRecipe fixes and unit tests, fixes #1380 #1383

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

Conversation

AndreMiras
Copy link
Member

  • fixes TypeError on host Python3
  • adds recipe unit test
  • makes it possible to override pytest args via tox

@@ -26,16 +26,15 @@ def prebuild_arch(self, arch):
info('reportlab recipe: ft_lib_dir={}'.format(ft_lib_dir))
info('reportlab recipe: ft_inc_dir={}'.format(ft_inc_dir))
with current_directory(recipe_dir):
sh.ls('-lathr')
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed that "debug" line because I didn't feel like it provided any value.

tshirtman
tshirtman previously approved these changes Sep 30, 2018
Copy link
Member

@tshirtman tshirtman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a little nitpick, the rest looks good to me.

- fixes `TypeError` on host Python3
- adds recipe unit test
- makes it possible to override `pytest` args via `tox`
@AndreMiras AndreMiras force-pushed the feature/ticket1380_unit_test_reportlab_recipe branch from 98c9c81 to dd39888 Compare September 30, 2018 11:42
@AndreMiras AndreMiras merged commit 9724ebe into kivy:master Sep 30, 2018
@AndreMiras AndreMiras deleted the feature/ticket1380_unit_test_reportlab_recipe branch February 1, 2019 12:25
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.

2 participants