ckan / ckanext-pdfview

PDF viewer for CKAN
GNU Affero General Public License v3.0
26 stars 47 forks source link

Tests not passing on Travis #1

Closed amercader closed 9 years ago

amercader commented 9 years ago

They will once ckan/ckan#2270 is merged to master

jqnatividad commented 9 years ago

Strange. The tests passed when I created the PR, but didn't after the merge.

https://travis-ci.org/ckan/ckanext-pdfview

amercader commented 9 years ago

@jqnatividad The current breakage is most likely caused by this being merged in master ckan/ckan#2221 and this import not working any more as expected

https://github.com/ckan/ckanext-pdfview/blob/master/ckanext/pdfview/tests/test_view.py#L6 https://github.com/ckan/ckanext-pdfview/blob/master/ckanext/pdfview/tests/test_view.py#L30