[Checkins] [zopefoundation/zope.component] de12a4: Ensure resolution order is consistent.

Jason Madden noreply at github.com
Mon Mar 23 13:05:42 CET 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.component
  Commit: de12a4cf51440d404f2a2bc38b7316832dba7d45
      https://github.com/zopefoundation/zope.component/commit/de12a4cf51440d404f2a2bc38b7316832dba7d45
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-03-22 (Sun, 22 Mar 2020)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M src/zope/component/globalregistry.py
    M src/zope/component/tests/test_globalregistry.py
    M tox.ini

  Log Message:
  -----------
  Ensure resolution order is consistent.

Fixes #45.

Tests won't be green until zope.configuration is released with its corresponding fix, as well as zope.security (which needs BTrees).


  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.


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

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Whoops, that should include 'discover'


  Commit: 3c0b25ffc98110e803f803556434197dfa24fb37
      https://github.com/zopefoundation/zope.component/commit/3c0b25ffc98110e803f803556434197dfa24fb37
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M docs/conf.py
    M src/zope/component/_compat.py
    M src/zope/component/globalregistry.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_globalregistry.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:
  -----------
  Merge pull request #46 from zopefoundation/issue45

Ensure resolution order is consistent.


Compare: https://github.com/zopefoundation/zope.component/compare/9d64102f1aad...3c0b25ffc981


More information about the checkins mailing list