dataclassy
dataclassy copied to clipboard
Doesn't work with Python 3.14 (after PEP-649)
Fails to pass the tests after python/cpython#119361 merged (see commit python/cpython@9b8611eeea172cd4aa626ccd1ca333dc4093cd8c):
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
======================================================================
ERROR: test_abc (__main__.Tests.test_abc)
Test subclassing a class with metaclass=ABCMeta. This once caused a weird Attribute Error
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/petro/work/dataclassy/./tests.py", line 76, in setUp
self.b = self.Beta(1, 2, 3)
~~~~~~~~~^^^^^^^^^
TypeError: Beta() takes no arguments
...
----------------------------------------------------------------------
Ran 33 tests in 0.037s
FAILED (errors=33)