Hi Efraim,
On Thu, 25 Jun 2020 at 16:04, Efraim Flashner <[email protected]> wrote:
>> Well, what I want at the end is the PyPI package "swh.model".
>
> I believe according to the python output from previous building packages
> abc_registry has been deprecated since 3.3. I would just skip the tests
> for now and see if upstream has an answer for building with python-3.8.
Disabling the tests fixes the issue. :-)
The same happens when building 'swh.model':
--8<---------------cut here---------------start------------->8---
self._abc_registry = extra._abc_registry
AttributeError: type object 'Callable' has no attribute '_abc_registry'
--8<---------------cut here---------------end--------------->8---
Well, if all the tests are disable then something seems wrong. :-)
Cheers,
simon