Commit f4439fbc authored by Jim Fulton's avatar Jim Fulton

don't run the msgpack tests against the ZEO4 server

parent 5fe64971
...@@ -1465,7 +1465,8 @@ def ClientDisconnected_errors_are_TransientErrors(): ...@@ -1465,7 +1465,8 @@ def ClientDisconnected_errors_are_TransientErrors():
True True
""" """
if os.environ.get('ZEO_MSGPACK'): if not os.environ.get('ZEO4_SERVER'):
if os.environ.get('ZEO_MSGPACK'):
def test_runzeo_msgpack_support(): def test_runzeo_msgpack_support():
""" """
>>> import ZEO >>> import ZEO
...@@ -1476,7 +1477,7 @@ if os.environ.get('ZEO_MSGPACK'): ...@@ -1476,7 +1477,7 @@ if os.environ.get('ZEO_MSGPACK'):
'M5' 'M5'
>>> conn.close(); s() >>> conn.close(); s()
""" """
else: else:
def test_runzeo_msgpack_support(): def test_runzeo_msgpack_support():
""" """
>>> import ZEO >>> import ZEO
......
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