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

Add markdown dependency for testing #658

Merged
merged 1 commit into from Mar 6, 2017

Conversation

carltongibson
Copy link
Owner

Ref https://travis-ci.org/carltongibson/django-filter/jobs/208346670#L1428

Merging #655 broke the build, failing a markdown import for latest DRF.

django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'rest_framework.templatetags.rest_framework': No module named 'markdown'

This adds the dependency.

@codecov-io
Copy link

Codecov Report

Merging #658 into develop will increase coverage by 0.09%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #658      +/-   ##
===========================================
+ Coverage    97.67%   97.77%   +0.09%     
===========================================
  Files           15       15              
  Lines         1077     1077              
===========================================
+ Hits          1052     1053       +1     
+ Misses          25       24       -1
Impacted Files Coverage Δ
django_filters/widgets.py 100% <0%> (+0.78%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2bf645d...de44f49. Read the comment docs.

@carltongibson carltongibson deleted the bugfix/markdown-dependency branch October 24, 2017 09:12
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