1. 23 Jun, 2019 14 commits
  2. 21 Jun, 2019 2 commits
  3. 20 Jun, 2019 8 commits
  4. 19 Jun, 2019 5 commits
  5. 18 Jun, 2019 10 commits
    • Kirill Smelkov's avatar
      . · 7c96cf5a
      Kirill Smelkov authored
      7c96cf5a
    • Kirill Smelkov's avatar
      . · f58945b5
      Kirill Smelkov authored
      f58945b5
    • Kirill Smelkov's avatar
      . · 4d5eb301
      Kirill Smelkov authored
      4d5eb301
    • Kirill Smelkov's avatar
      Merge branch 'master' into t · d8d59b78
      Kirill Smelkov authored
      * master:
        wendelin.core v0.13
        tox -= Python3.5
        Fix build for Python 3.7
        tox: ZODB5.test.util needs mock
        tox: v↑ NumPy to 2 latest releases
        bigfile/zodb: Resync _ZBigFileH to Connection.transaction_manager on every connection reopen
        t/qemu-runlinux: Issue terminal init before running program
        t/qemu-runlinux: Kernel verbosity control via -v
      d8d59b78
    • Kirill Smelkov's avatar
      wendelin.core v0.13 · b26ba558
      Kirill Smelkov authored
      b26ba558
    • Kirill Smelkov's avatar
      tox -= Python3.5 · 76e8dc34
      Kirill Smelkov authored
      Let's keep on test coverage for last 2 stable Python releases.
      76e8dc34
    • Kirill Smelkov's avatar
      Fix build for Python 3.7 · bca5f79e
      Kirill Smelkov authored
      Starting from Python 3.7 the place to keep exception state was changed:
      https://github.com/python/cpython/commit/ae3087c638
      
      NOTE ZEO4 does not wok with Python3.7, because ZEO4 uses "async" for a
      variable and that breaks because starting from Python3.7 "async" became
      a keyword.
      
      After the fix wendelin.core tests pass under all python2.7, python3.6
      and python3.7.
      bca5f79e
    • Kirill Smelkov's avatar
      tox: ZODB5.test.util needs mock · 6b5384ae
      Kirill Smelkov authored
      Dependency added here:
      
      	https://github.com/zopefoundation/ZODB/commit/e0bc8bd567
      
      If we don't provide mock, e.g. py27-ZODB5-*-zeo-* breaks:
      
      	    def setup_module():
      	        global testdb
      	>       testdb = getTestDB()
      
      	bigarray/tests/test_arrayzodb.py:38:
      	_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
      	.tox/py27-ZODB5-zblk1-zeo-numpy115/lib/python2.7/site-packages/wendelin/lib/testing.py:342: in getTestDB
      	    testdb = testdb_factory(testdb_uri)
      	.tox/py27-ZODB5-zblk1-zeo-numpy115/lib/python2.7/site-packages/wendelin/lib/testing.py:245: in __init__
      	    from ZEO.tests import forker
      	.tox/py27-ZODB5-zblk1-zeo-numpy115/lib/python2.7/site-packages/ZEO/tests/forker.py:29: in <module>
      	    import ZODB.tests.util
      	_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
      
      	    """
      	    from ZODB.MappingStorage import DB
      
      	    import atexit
      	    import os
      	    import persistent
      	    import re
      	    import tempfile
      	    import time
      	    import transaction
      	    import unittest
      	    import warnings
      	    import ZODB.utils
      	    from ZODB.Connection import TransactionMetaData
      	    import zope.testing.setupstack
      	    from zope.testing import renormalizing
      
      	    try:
      	        from unittest import mock
      	    except ImportError:
      	>       import mock
      	E       ImportError: No module named mock
      
      	.tox/py27-ZODB5-zblk1-zeo-numpy115/lib/python2.7/site-packages/ZODB/tests/util.py:35: ImportError
      6b5384ae
    • Kirill Smelkov's avatar
      . · 0c4b3501
      Kirill Smelkov authored
      0c4b3501
    • Kirill Smelkov's avatar
      . · 1a28466a
      Kirill Smelkov authored
      1a28466a
  6. 17 Jun, 2019 1 commit