mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Revert the xfail for Python 3.10
This commit is contained in:
parent
f587bfaf0f
commit
1feb7c59a2
@ -2,11 +2,6 @@
|
|||||||
#
|
#
|
||||||
# This file is part of gunicorn released under the MIT license.
|
# This file is part of gunicorn released under the MIT license.
|
||||||
# See the NOTICE for more information.
|
# See the NOTICE for more information.
|
||||||
import pytest
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.xfail(
|
|
||||||
reason="TypeError: cannot set 'is_timeout' of immutable type 'TimeoutError'"
|
|
||||||
)
|
|
||||||
def test_import():
|
def test_import():
|
||||||
__import__('gunicorn.workers.geventlet')
|
__import__('gunicorn.workers.geventlet')
|
||||||
|
|||||||
2
tox.ini
2
tox.ini
@ -11,7 +11,6 @@ deps =
|
|||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
commands =
|
commands =
|
||||||
pylint -j0 \
|
pylint -j0 \
|
||||||
--disable=consider-using-f-string,consider-using-from-import,consider-using-with,deprecated-method,unspecified-encoding \
|
|
||||||
gunicorn \
|
gunicorn \
|
||||||
tests/test_arbiter.py \
|
tests/test_arbiter.py \
|
||||||
tests/test_config.py \
|
tests/test_config.py \
|
||||||
@ -48,4 +47,3 @@ deps =
|
|||||||
|
|
||||||
[pycodestyle]
|
[pycodestyle]
|
||||||
max-line-length = 127
|
max-line-length = 127
|
||||||
ignore = E122,E126,E128,E129,E226,E302,E303,E501,E722,E741,W291,W293,W503,W504,W606
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user