Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/master Date: 2023-09-20T21:24:17+02:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.testing@786074e Fix tests when run with ZODB 5.8.1+. Test failures: ``` Failure in test /Users/maurits/community/plone-coredev/6.0/src/plone.testing/src/plone/testing/zodb.rst Failed doctest test for zodb.rst File "/Users/maurits/community/plone-coredev/6.0/src/plone.testing/src/plone/testing/zodb.rst", line 0 ---------------------------------------------------------------------- File "/Users/maurits/community/plone-coredev/6.0/src/plone.testing/src/plone/testing/zodb.rst", line 55, in zodb.rst Failed example: zodb.EMPTY_ZODB['zodbConnection'] Expected: <Connection at ...> Got: <ZODB.Connection.Connection object at 0x1071e7f10> ---------------------------------------------------------------------- File "/Users/maurits/community/plone-coredev/6.0/src/plone.testing/src/plone/testing/zodb.rst", line 138, in zodb.rst Failed example: POPULATED_ZODB['zodbConnection'] Expected: <Connection at ...> Got: <ZODB.Connection.Connection object at 0x107256a10> ---------------------------------------------------------------------- File "/Users/maurits/community/plone-coredev/6.0/src/plone.testing/src/plone/testing/zodb.rst", line 233, in zodb.rst Failed example: EXPANDED_ZODB['zodbConnection'] Expected: <Connection at ...> Got: <ZODB.Connection.Connection object at 0x107268550> ``` Files changed: A news/581.bugfix M pyproject.toml M src/plone/testing/zodb.rst Repository: plone.testing Branch: refs/heads/master Date: 2023-09-20T22:17:18+02:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.testing@5cbdff3 Merge pull request #84 from plone/maurits-fix-zodb-581-tests Fix tests when run with ZODB 5.8.1+. Files changed: A news/581.bugfix M pyproject.toml M src/plone/testing/zodb.rst
- Loading branch information