Сравнение python-engineio-4.6.1 с python-engineio-4.7.0
/usr/portage/dev-python/python-engineio/python-engineio-4.7.0.ebuild 2023-10-09 14:52:30.356368372 +0300 | ||
---|---|---|
39 | 39 |
distutils_enable_sphinx docs \ |
40 | 40 |
dev-python/alabaster |
41 | 41 | |
42 |
EPYTEST_IGNORE=( |
|
43 |
# eventlet is masked for removal |
|
44 |
tests/common/test_async_eventlet.py |
|
45 |
) |
|
42 |
python_test() { |
|
43 |
local EPYTEST_IGNORE=( |
|
44 |
# eventlet is masked for removal |
|
45 |
tests/common/test_async_eventlet.py |
|
46 |
) |
|
46 | 47 | |
47 |
EPYTEST_DESELECT=( |
|
48 |
# also eventlet |
|
49 |
tests/common/test_server.py::TestServer::test_async_mode_eventlet |
|
50 |
tests/common/test_server.py::TestServer::test_connect |
|
51 |
tests/common/test_server.py::TestServer::test_service_task_started |
|
52 |
tests/common/test_server.py::TestServer::test_upgrades |
|
53 |
) |
|
48 |
local EPYTEST_DESELECT=( |
|
49 |
# also eventlet |
|
50 |
tests/common/test_server.py::TestServer::test_async_mode_eventlet |
|
51 |
tests/common/test_server.py::TestServer::test_connect |
|
52 |
tests/common/test_server.py::TestServer::test_service_task_started |
|
53 |
tests/common/test_server.py::TestServer::test_upgrades |
|
54 |
) |
|
55 | ||
56 |
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 |
|
57 |
epytest |
|
58 |
} |