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

GitHub noreply at github.com
Tue Mar 31 23:09:03 CEST 2015


  Branch: refs/heads/master
  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


  Commit: 4cda388adc0e70613a8cf41a394e859a92aa10e5
      https://github.com/zopefoundation/persistent/commit/4cda388adc0e70613a8cf41a394e859a92aa10e5
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-03-31 (Tue, 31 Mar 2015)

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

  Log Message:
  -----------
  Merge pull request #17 from zopefoundation/fix-pypy3

fix test___setstate___interns_dict_keys failure on pypy3


Compare: https://github.com/zopefoundation/persistent/compare/9d1f8e77c648...4cda388adc0e


More information about the checkins mailing list