Commit 5578aacd authored by Carlos Ramos Carreño's avatar Carlos Ramos Carreño Committed by Kirill Smelkov

nxdtest: Don't test on NEO for Python 3.

NEO is still not ported to Python 3, so Python 3 tests should not use this backend.

/reviewed-by @kirr
/reviewed-on nexedi/wendelin.core!24
parent 99f262dd
# setup to run tests on Nexedi testing infrastructure.
# https://stack.nexedi.com/test_status
import sys
PY2 = (sys.version_info.major == 2)
storv = ['fs', 'zeo', 'neo'] # storage backends to test against
storv = ['fs', 'zeo'] # storage backends to test against
if PY2:
storv.append('neo') # NEO/py does not work on py3 yet
# test.t & friends unit-test core of UVMM and are Go-, Python- and ZODB-storage independent.
# we don't run test.vg* because there is currently no valgrind on SlapOS.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment