gunicorn/tests/workers/test_geventlet.py
Christian Clauss a16b8975a9 GitHub Action to run tox
Because Travis CI seems to be on vacation... https://travis-ci.org/github/benoitc/gunicorn
2022-02-07 08:23:03 +11:00

13 lines
310 B
Python

# -*- 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')