[ckan-changes] [ckan/ckan] 7b83c9: [#1651] Avoid testing with httpretty + Solr on Pyt...

GitHub noreply at github.com
Tue Nov 10 10:35:18 UTC 2015


  Branch: refs/heads/1651-ubuntu-14.04
  Home:   https://github.com/ckan/ckan
  Commit: 7b83c947d9ef56e7cf3aba802ba4259817ac7866
      https://github.com/ckan/ckan/commit/7b83c947d9ef56e7cf3aba802ba4259817ac7866
  Author: amercader <amercadero at gmail.com>
  Date:   2015-11-10 (Tue, 10 Nov 2015)

  Changed paths:
    M ckanext/datapusher/tests/test.py
    M ckanext/resourceproxy/tests/test_proxy.py

  Log Message:
  -----------
  [#1651] Avoid testing with httpretty + Solr on Python 2.6

When running on Python 2.6, httpretty doesn't play nice with Solr (it
causes read timeouts). The tests are still run but we avoid using Solr,
either by using `use_cache`=False on `package_show` or disabling the
automatic indexing of datatasets when running on Python 2.6.




More information about the ckan-changes mailing list