Skip to content

Commit 1feb7c5

Browse files
cclaussjavabrett
authored andcommitted
Revert the xfail for Python 3.10
1 parent f587bfa commit 1feb7c5

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

tests/workers/test_geventlet.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
#
33
# This file is part of gunicorn released under the MIT license.
44
# See the NOTICE for more information.
5-
import pytest
65

7-
8-
@pytest.mark.xfail(
9-
reason="TypeError: cannot set 'is_timeout' of immutable type 'TimeoutError'"
10-
)
116
def test_import():
127
__import__('gunicorn.workers.geventlet')

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ deps =
1111
[testenv:lint]
1212
commands =
1313
pylint -j0 \
14-
--disable=consider-using-f-string,consider-using-from-import,consider-using-with,deprecated-method,unspecified-encoding \
1514
gunicorn \
1615
tests/test_arbiter.py \
1716
tests/test_config.py \
@@ -48,4 +47,3 @@ deps =
4847

4948
[pycodestyle]
5049
max-line-length = 127
51-
ignore = E122,E126,E128,E129,E226,E302,E303,E501,E722,E741,W291,W293,W503,W504,W606

0 commit comments

Comments
 (0)