[Checkins] [zopefoundation/zope.intid] 6f218c: Stop depending on ZODB since we only use it for te...

GitHub noreply at github.com
Wed Nov 30 15:38:31 CET 2016


  Branch: refs/heads/ZODB-only-in-tests
  Home:   https://github.com/zopefoundation/zope.intid
  Commit: 6f218ca3fef03dfbbef89ccf6193fa463c7edd4e
      https://github.com/zopefoundation/zope.intid/commit/6f218ca3fef03dfbbef89ccf6193fa463c7edd4e
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2016-11-30 (Wed, 30 Nov 2016)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M src/zope/intid/tests.py

  Log Message:
  -----------
  Stop depending on ZODB since we only use it for tests.

Also slightly simplify .travis.yml and enable caching.

(We have to repeat ourselves once in .travis.yml, either two installs of
the current directory, once with . once with zope.intid[test] and use
python setup.py test, or specify the name of the tests to run. If we do
the former with only '.[test]' then python3 fails to find the zope.intid
module.)

Remove deprecated failUnless usage.




More information about the checkins mailing list