dataclassy icon indicating copy to clipboard operation
dataclassy copied to clipboard

Doesn't work with Python 3.14 (after PEP-649)

Open lemenkov opened this issue 4 months ago • 0 comments

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)

lemenkov avatar Aug 02 '25 07:08 lemenkov