[Checkins] [zopefoundation/persistent] 179478: don't test for identity of attrs on pypy3 since it...

GitHub noreply at github.com
Tue Mar 31 22:51:59 CEST 2015


  Branch: refs/heads/fix-pypy3
  Home:   https://github.com/zopefoundation/persistent
  Commit: 1794782a411b2596db03028b6fce832a8487eb19
      https://github.com/zopefoundation/persistent/commit/1794782a411b2596db03028b6fce832a8487eb19
  Author: David Glick <david at glicksoftware.com>
  Date:   2015-03-31 (Tue, 31 Mar 2015)

  Changed paths:
    M .travis.yml
    M persistent/tests/test_persistence.py

  Log Message:
  -----------
  don't test for identity of attrs on pypy3 since it doesn't guarantee identity of intern'd strings

(not using unittest.skipIf because it doesn't exist in python 2.6)

Also enable travis tests for 3.4 and pypy3




More information about the checkins mailing list