[Checkins] [zopefoundation/zope.pagetemplate] 1738fc: Fix tests on PyPy

Marius Gedminas noreply at github.com
Wed Oct 2 08:31:08 CEST 2019


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.pagetemplate
  Commit: 1738fc3e5be82a6946a06b5b3f260e782aae1e29
      https://github.com/zopefoundation/zope.pagetemplate/commit/1738fc3e5be82a6946a06b5b3f260e782aae1e29
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-10-01 (Tue, 01 Oct 2019)

  Changed paths:
    M src/zope/pagetemplate/engine.py

  Log Message:
  -----------
  Fix tests on PyPy

Instance methods have type 'instancemethod' instead of just 'method' on
PyPy2.7 (version 7.0.0 here).

Closes #22.


  Commit: 4d2c866739a843624e4c1abe2347557e09b0d5a5
      https://github.com/zopefoundation/zope.pagetemplate/commit/4d2c866739a843624e4c1abe2347557e09b0d5a5
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-10-02 (Wed, 02 Oct 2019)

  Changed paths:
    M src/zope/pagetemplate/engine.py

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

Fix tests on PyPy


Compare: https://github.com/zopefoundation/zope.pagetemplate/compare/804678d59f38...4d2c866739a8


More information about the checkins mailing list