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

GitHub noreply at github.com
Mon Dec 5 13:11:22 CET 2016


  Branch: refs/heads/master
  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.


  Commit: d547f7aee9a6a43ab767f1c772c8d4ed6b49be45
      https://github.com/zopefoundation/zope.intid/commit/d547f7aee9a6a43ab767f1c772c8d4ed6b49be45
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2016-12-05 (Mon, 05 Dec 2016)

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

  Log Message:
  -----------
  Merge pull request #3 from zopefoundation/ZODB-only-in-tests

Stop depending on ZODB since we only use it for tests.


Compare: https://github.com/zopefoundation/zope.intid/compare/6b4a485bdcd1...d547f7aee9a6


More information about the checkins mailing list