summaryrefslogtreecommitdiff
path: root/python/test/Ice/asyncio/test.py
blob: 40ed163c54642e928db7be64b8140268cf64b3e9 (plain)
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8 -*-
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#

# This test doesn't support running with IceSSL, the Router object in the client process uses
# the client certificate and fails with "unsupported certificate purpose"

if sys.version_info >= (3, 5):
    TestSuite(__name__)