-
Kirill Smelkov authored
Because it uses NEO/py which is not yet ported to py3 and fails even with today's NEO/py master (v1.12-148-g1020ac40) with: =================================== FAILURES =================================== _______________________________ test_zstor_2zurl _______________________________ ... > _(neo("test", "127.0.0.1:1234"), "neo://test@127.0.0.1:1234") # NEO/ip4 lib/tests/test_zodb.py:526: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ lib/tests/test_zodb.py:497: in neo from neo.client.Storage import Storage as NEOStorage ../../neo/src/lab.nexedi.com/kirr/neo/neo/client/__init__.py:52: in <module> from . import app # set up signal handlers early enough to do it in the main thread ../../neo/src/lab.nexedi.com/kirr/neo/neo/client/app.py:31: in <module> from neo.lib import logging ../../neo/src/lab.nexedi.com/kirr/neo/neo/lib/_...