summaryrefslogtreecommitdiff
path: root/tests/isolated/greendns_import_rdtypes_then_eventlet.py
blob: 1821b80e792de989322d369ab3c750fbbf7bb7e7 (plain)
1
2
3
4
5
6
7
8
__test__ = False

if __name__ == '__main__':
    import dns.rdtypes
    import eventlet.support.greendns
    # AttributeError: 'module' object has no attribute 'dnskeybase'
    # https://github.com/eventlet/eventlet/issues/479
    print('pass')