[Checkins] [zopefoundation/zope.configuration] f4af82: Fix the doctests with newer zope.schema; run them ...

GitHub noreply at github.com
Mon Sep 24 23:05:45 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.configuration
  Commit: f4af820b7d11f421e0dbe06c603a16180ad7aa0a
      https://github.com/zopefoundation/zope.configuration/commit/f4af820b7d11f421e0dbe06c603a16180ad7aa0a
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-09-22 (Sat, 22 Sep 2018)

  Changed paths:
    M CHANGES.rst
    M docs/api/config.rst
    M docs/api/docutils.rst
    M docs/api/fields.rst
    M docs/api/xmlconfig.rst
    M docs/narr.rst
    M setup.py
    M src/zope/__init__.py
    M src/zope/configuration/tests/directives.py
    M src/zope/configuration/tests/nested.py
    M src/zope/configuration/tests/schema.zcml
    M src/zope/configuration/tests/test_config.py
    A src/zope/configuration/tests/test_docs.py
    M src/zope/configuration/tests/test_xmlconfig.py
    M tox.ini

  Log Message:
  -----------
  Fix the doctests with newer zope.schema; run them on Py 2 and Py3

Fixes #21

Include them as part of the normal test run (using manuel, because
plain doctest doesn't accept absolute paths).

Switch Sphinx to run them under Python 3. We can use a checker as part
of the normal test run, but not under Sphinx, so normalize the output
for Python 3.


  Commit: edfb0d13aa593ee6fa7925882dd84ede1686cea5
      https://github.com/zopefoundation/zope.configuration/commit/edfb0d13aa593ee6fa7925882dd84ede1686cea5
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-09-22 (Sat, 22 Sep 2018)

  Changed paths:
    M docs/narr.rst

  Log Message:
  -----------
  Python 3.4 indents differently, tweak the pprint width to account for that.


  Commit: 51b58dfb1fadff0a2c40b0b9beb97deb0cf5c9c7
      https://github.com/zopefoundation/zope.configuration/commit/51b58dfb1fadff0a2c40b0b9beb97deb0cf5c9c7
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M CHANGES.rst
    M docs/api/config.rst
    M docs/api/docutils.rst
    M docs/api/fields.rst
    M docs/api/xmlconfig.rst
    M docs/narr.rst
    M setup.py
    M src/zope/__init__.py
    M src/zope/configuration/tests/directives.py
    M src/zope/configuration/tests/nested.py
    M src/zope/configuration/tests/schema.zcml
    M src/zope/configuration/tests/test_config.py
    A src/zope/configuration/tests/test_docs.py
    M src/zope/configuration/tests/test_xmlconfig.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #24 from zopefoundation/issue21

Fix the doctests with newer zope.schema; run them on Py 2 and Py3


Compare: https://github.com/zopefoundation/zope.configuration/compare/7174ee9d98d0...51b58dfb1fad
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list