[Checkins] [zopefoundation/zope.component] f517ce: Breaking cyclic requirements on zope.security.

Jason Madden noreply at github.com
Mon Mar 23 12:28:12 CET 2020


  Branch: refs/heads/issue45
  Home:   https://github.com/zopefoundation/zope.component
  Commit: f517cee6ffef0e83e2b424decac482f13f237b3e
      https://github.com/zopefoundation/zope.component/commit/f517cee6ffef0e83e2b424decac482f13f237b3e
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    M .travis.yml
    M docs/conf.py
    M src/zope/component/_compat.py
    M src/zope/component/hooks.py
    M src/zope/component/security.py
    M src/zope/component/tests/__init__.py
    M src/zope/component/tests/test___init__.py
    M src/zope/component/tests/test_event.py
    M src/zope/component/tests/test_hooks.py
    M src/zope/component/tests/test_interface.py
    M src/zope/component/zcml.py
    M tox.ini

  Log Message:
  -----------
  Breaking cyclic requirements on zope.security.

- Use unittest runner directly (remove unneeded test_suite() methods). The same number of tests get run, but coverage will go down since the security-relevant tests just get skipped.
- Catch import errors due to inconsistent IROs and trigger test skips.




More information about the checkins mailing list