[Checkins] [zopefoundation/zope.configuration] edece6: Ensure consistent IRO for all objects.

Jason Madden noreply at github.com
Sun Mar 22 15:50:42 CET 2020


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

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M src/zope/configuration/_compat.py
    M src/zope/configuration/config.py
    M src/zope/configuration/fields.py
    M tox.ini

  Log Message:
  -----------
  Ensure consistent IRO for all objects.

This requires switching some tests to the plain unittest runner right now because of cyclic dependencies.

Fixes #49


  Commit: 909f4cc7c1f7362dc697426af77a7843a04a1fe4
      https://github.com/zopefoundation/zope.configuration/commit/909f4cc7c1f7362dc697426af77a7843a04a1fe4
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-03-22 (Sun, 22 Mar 2020)

  Changed paths:
    M src/zope/configuration/tests/test___init__.py
    M src/zope/configuration/tests/test_docs.py
    M src/zope/configuration/tests/test_docutils.py
    M src/zope/configuration/tests/test_fields.py
    M src/zope/configuration/tests/test_zopeconfigure.py
    M tox.ini

  Log Message:
  -----------
  Add py38 to tox.ini, and make unittest run our explicit doctests like zope.testrunner.


  Commit: c2cf3f6f4fad8b5ab8fb6e4a20138098454c3524
      https://github.com/zopefoundation/zope.configuration/commit/c2cf3f6f4fad8b5ab8fb6e4a20138098454c3524
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-03-22 (Sun, 22 Mar 2020)

  Changed paths:
    M src/zope/configuration/tests/nested.py

  Log Message:
  -----------
  Fix IRO for test Schema object.


  Commit: 55e6c06eb8ad553dbd457a1177ac8b6734a35456
      https://github.com/zopefoundation/zope.configuration/commit/55e6c06eb8ad553dbd457a1177ac8b6734a35456
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-03-22 (Sun, 22 Mar 2020)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M src/zope/configuration/_compat.py
    M src/zope/configuration/config.py
    M src/zope/configuration/fields.py
    M src/zope/configuration/tests/nested.py
    M src/zope/configuration/tests/test___init__.py
    M src/zope/configuration/tests/test_docs.py
    M src/zope/configuration/tests/test_docutils.py
    M src/zope/configuration/tests/test_fields.py
    M src/zope/configuration/tests/test_zopeconfigure.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #50 from zopefoundation/issue49

Ensure consistent IRO for all objects.


Compare: https://github.com/zopefoundation/zope.configuration/compare/0194dd614304...55e6c06eb8ad


More information about the checkins mailing list