kopia lustrzana https://github.com/Yakifo/amqtt
removing xfail from test_sys
rodzic
e738335c7f
commit
012a744b66
|
@ -8,9 +8,8 @@ from importlib.metadata import EntryPoint, EntryPoints, entry_points
|
|||
import logging
|
||||
from typing import TYPE_CHECKING, Any, Generic, NamedTuple, Optional, TypeVar
|
||||
|
||||
from amqtt.session import Session
|
||||
|
||||
from amqtt.errors import PluginImportError, PluginInitError
|
||||
from amqtt.session import Session
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -13,10 +13,6 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
# test broker sys
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.xfail(
|
||||
reason="see https://github.com/Yakifo/aio-amqtt/issues/215",
|
||||
strict=False,
|
||||
)
|
||||
async def test_broker_sys_plugin() -> None:
|
||||
|
||||
class MockEntryPoints:
|
||||
|
|
Ładowanie…
Reference in New Issue