Refactor to unify SignatureTree and SignatureType into a single class… #26
22 errors, 112 pass in 50s
Annotations
github-actions / Test Results
All 3 runs with error: test.client.test_methods
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/client/test_methods.py:6: in <module>
import dbus_ezy.introspection as intr
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.client.test_properties
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/client/test_properties.py:5: in <module>
from dbus_ezy import DBusError, Message, aio, glib
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.client.test_signals
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/client/test_signals.py:5: in <module>
from dbus_ezy import Message
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.service.test_decorators
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/service/test_decorators.py:1: in <module>
from dbus_ezy import PropertyAccess
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.service.test_decorators_annotated
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/service/test_decorators_annotated.py:6: in <module>
from dbus_ezy import PropertyAccess
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.service.test_export
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/service/test_export.py:3: in <module>
from dbus_ezy import Message, MessageType
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.service.test_methods
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/service/test_methods.py:5: in <module>
from dbus_ezy import DBusError, ErrorType, Message, MessageFlag, MessageType, Variant
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.service.test_properties
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/service/test_properties.py:6: in <module>
from dbus_ezy import DBusError, ErrorType, Message, MessageType, PropertyAccess, Variant
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.service.test_signals
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/service/test_signals.py:6: in <module>
from dbus_ezy import Message, MessageType
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.service.test_standard_interfaces
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/service/test_standard_interfaces.py:5: in <module>
from dbus_ezy import Message, MessageType
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.test_address_parser
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/test_address_parser.py:1: in <module>
from dbus_ezy._private.address import parse_address
dbus_ezy/_private/address.py:6: in <module>
from ..errors import InvalidAddressError
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.test_aio_low_level
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/test_aio_low_level.py:6: in <module>
from dbus_ezy import Message, MessageFlag, MessageType
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.test_big_message
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/test_big_message.py:6: in <module>
from dbus_ezy import Message, MessageType, aio, glib
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.test_disconnect
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/test_disconnect.py:3: in <module>
from dbus_ezy import Message
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.test_fd_passing
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/test_fd_passing.py:8: in <module>
from dbus_ezy import Message, MessageType
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.test_glib_low_level
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/test_glib_low_level.py:5: in <module>
from dbus_ezy import Message, MessageFlag, MessageType
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.test_introspection
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/test_introspection.py:3: in <module>
from dbus_ezy import ArgDirection, PropertyAccess, Signature
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.test_marshaller
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/test_marshaller.py:9: in <module>
from dbus_ezy import Message, MessageFlag, MessageType, Signature, Variant
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.test_request_name
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/test_request_name.py:6: in <module>
from dbus_ezy import Message, MessageType, NameFlag, ReleaseNameReply, RequestNameReply, aio, glib
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.test_signature
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/test_signature.py:5: in <module>
from dbus_ezy.signature import (
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.test_tcp_address
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/test_tcp_address.py:7: in <module>
from dbus_ezy import Message
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
github-actions / Test Results
All 3 runs with error: test.test_validators
test-results/junit-py38.xml [took 0s]
test-results/junit-py39.xml [took 0s]
test-results/junit-pypy39.xml [took 0s]
Raw output
collection failure
test/test_validators.py:1: in <module>
from dbus_ezy import (
dbus_ezy/__init__.py:1: in <module>
from . import aio, glib, introspection, message_bus, proxy_object, service
dbus_ezy/aio/__init__.py:1: in <module>
from .message_bus import MessageBus
dbus_ezy/aio/message_bus.py:10: in <module>
from .. import introspection as intr
dbus_ezy/introspection.py:5: in <module>
from .errors import InvalidIntrospectionError
dbus_ezy/errors.py:46: in <module>
from .message import Message
dbus_ezy/message.py:5: in <module>
from ._private.marshaller import Marshaller
dbus_ezy/_private/marshaller.py:3: in <module>
from ..signature import Signature, Variant, parse_signature
dbus_ezy/signature.py:114: in <module>
@dataclass(frozen=True, slots=True)
E TypeError: dataclass() got an unexpected keyword argument 'slots'
Check notice on line 0 in .github
github-actions / Test Results
134 tests found
There are 134 tests, see "Raw output" for the full list of tests.
Raw output
test.client.test_methods
test.client.test_methods ‑ test_aio_proxy_object
test.client.test_methods ‑ test_glib_proxy_object
test.client.test_properties
test.client.test_properties ‑ test_aio_properties
test.client.test_properties ‑ test_glib_properties
test.client.test_signals
test.client.test_signals ‑ test_signals
test.client.test_signals ‑ test_signals_with_changing_owners
test.service.test_decorators
test.service.test_decorators ‑ test_interface_introspection
test.service.test_decorators ‑ test_method_decorator
test.service.test_decorators_annotated
test.service.test_decorators_annotated ‑ test_interface_introspection
test.service.test_decorators_annotated ‑ test_method_decorator
test.service.test_export
test.service.test_export ‑ test_export_alias
test.service.test_export ‑ test_export_introspection
test.service.test_export ‑ test_export_unexport
test.service.test_methods
test.service.test_methods ‑ test_methods[AsyncInterface]
test.service.test_methods ‑ test_methods[ExampleInterface]
test.service.test_properties
test.service.test_properties ‑ test_property_changed_signal[AsyncInterface]
test.service.test_properties ‑ test_property_changed_signal[ExampleInterface]
test.service.test_properties ‑ test_property_methods[AsyncInterface]
test.service.test_properties ‑ test_property_methods[ExampleInterface]
test.service.test_signals
test.service.test_signals ‑ test_interface_add_remove_signal
test.service.test_signals ‑ test_signals
test.service.test_standard_interfaces
test.service.test_standard_interfaces ‑ test_introspectable_interface
test.service.test_standard_interfaces ‑ test_object_manager
test.service.test_standard_interfaces ‑ test_peer_interface
test.service.test_standard_interfaces ‑ test_standard_interface_properties
test.test_address_parser
test.test_address_parser ‑ test_valid_addresses
test.test_aio_low_level
test.test_aio_low_level ‑ test_sending_messages_between_buses
test.test_aio_low_level ‑ test_sending_signals_between_buses
test.test_aio_low_level ‑ test_standard_interfaces
test.test_big_message
test.test_big_message ‑ test_aio_big_message
test.test_big_message ‑ test_glib_big_message
test.test_disconnect
test.test_disconnect ‑ test_bus_disconnect_before_reply
test.test_fd_passing
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "(h)"]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "(hs)"]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "(s(s(v)))"]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "a(hs)"]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "ah"0]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "ah"1]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "a{sah}"]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "a{sh}"0]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "a{sh}"1]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "a{sv}"]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "h"]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "hh"]
test.test_fd_passing ‑ test_fn_result_to_body[Signature: "hs"]
test.test_fd_passing ‑ test_fn_result_to_body[Variant with: "(hh)"]
test.test_fd_passing ‑ test_fn_result_to_body[Variant with: "(ss)"]
test.test_fd_passing ‑ test_fn_result_to_body[Variant with: "ah"]
test.test_fd_passing ‑ test_fn_result_to_body[Variant with: "h"]
test.test_fd_passing ‑ test_fn_result_to_body[Variant with: "v"]
test.test_fd_passing ‑ test_fn_result_to_body[Variant with: "va{sv}(s(s(v)))"]
test.test_fd_passing ‑ test_high_level_service_fd_passing
test.test_fd_passing ‑ test_sending_file_descriptor_low_level
test.test_fd_passing ‑ test_sending_file_descriptor_with_proxy
test.test_glib_low_level
test.test_glib_low_level ‑ test_bus_context_manager
test.test_glib_low_level ‑ test_sending_messages_between_buses
test.test_glib_low_level ‑ test_sending_signals_between_buses
test.test_glib_low_level ‑ test_standard_interfaces
test.test_introspection
test.test_introspection ‑ test_default_interfaces
test.test_introspection ‑ test_example_introspection_from_xml
test.test_introspection ‑ test_example_introspection_to_xml
test.test_marshaller
test.test_marshaller ‑ test_ay_buffer
test.test_marshaller ‑ test_marshall[item0]
test.test_marshaller ‑ test_marshall[item10]
test.test_marshaller ‑ test_marshall[item11]
test.test_marshaller ‑ test_marshall[item12]
test.test_marshaller ‑ test_marshall[item1]
test.test_marshaller ‑ test_marshall[item2]
test.test_marshaller ‑ test_marshall[item3]
test.test_marshaller ‑ test_marshall[item4]
test.test_marshaller ‑ test_marshall[item5]
test.test_marshaller ‑ test_marshall[item6]
test.test_marshaller ‑ test_marshall[item7]
test.test_marshaller ‑ test_marshall[item8]
test.test_marshaller ‑ test_marshall[item9]
test.test_marshaller ‑ test_unmarshall[item0]
test.test_marshaller ‑ test_unmarshall[item10]
test.test_marshaller ‑ test_unmarshall[item11]
test.test_marshaller ‑ test_unmarshall[item12]
test.test_marshaller ‑ test_unmarshall[item1]
test.test_marshaller ‑ test_unmarshall[item2]
test.test_marshaller ‑ test_unmarshall[item3]
test.test_marshaller ‑ test_unmarshall[item4]
test.test_marshaller ‑ test_unmarshall[item5]
test.test_marshaller ‑ test_unmarshall[item6]
test.test_marshaller ‑ test_unmarshall[item7]
test.test_marshaller ‑ test_unmarshall[item8]
test.test_marshaller ‑ test_unmarshall[item9]
test.test_marshaller ‑ test_unmarshall_can_resume
test.test_request_name
test.test_request_name ‑ test_name_requests
test.test_request_name ‑ test_request_name_glib
test.test_signature
test.test_signature ‑ test_contains_type_array_fd
test.test_signature ‑ test_contains_type_array_var
test.test_signature ‑ test_contains_type_dict_str_var
test.test_signature ‑ test_contains_type_fd
test.test_signature ‑ test_invalid_variants
test.test_signature ‑ test_parse_signature[(s)(s)(s)]
test.test_signature ‑ test_parse_signature[asasass]
test.test_signature ‑ test_parse_signature[s]
test.test_signature ‑ test_parse_signature[sss]
test.test_signature ‑ test_parse_single_type[(s(s(s)))]
test.test_signature ‑ test_parse_single_type[(sss)]
test.test_signature ‑ test_parse_single_type[a(ss)]
test.test_signature ‑ test_parse_single_type[aas]
test.test_signature ‑ test_parse_single_type[as]
test.test_signature ‑ test_parse_single_type[a{s(ss)}]
test.test_signature ‑ test_parse_single_type[a{ss}]
test.test_tcp_address
test.test_tcp_address ‑ test_tcp_connection_with_forwarding
test.test_validators
test.test_validators ‑ test_bus_name_validator
test.test_validators ‑ test_interface_name_validator
test.test_validators ‑ test_member_name_validator
test.test_validators ‑ test_object_path_validator