# -*- coding: utf-8 - # # This file is part of gunicorn released under the MIT license. # See the NOTICE for more information. import pytest @pytest.mark.xfail( reason="TypeError: cannot set 'is_timeout' of immutable type 'TimeoutError'" ) def test_import(): __import__('gunicorn.workers.geventlet')