On Wed, Dec 03, 2025 at 05:19:59PM +0200, Adrian Bunk wrote:
> On Wed, Dec 03, 2025 at 03:03:02PM +0100, Santiago Vila wrote:
> > The package still FTBFS after applying your patch.
> > 
> > (Maybe this time it's related to python 3.14, but uploading packages
> > which are known to FTBFS is not nice).
> 
> I am getting:
> 
> ...
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.14.0, pytest-8.4.2, pluggy-1.6.0
> ...
> INTERNALERROR> ImportError: cannot import name '_c_internal_utils' from 
> partially initialized module 'matplotlib' (most likely due to a circular 
> import) (/usr/lib/python3/dist-packages/matplotlib/__init__.py)
> ...
> 
> If this is the error you are seeing, then it will be fixed when 
> matplotlib got rebuilt as part of the ongoing transition.

No, this is what I'm getting:


project = <Project 
'/tmp/pytest-of-sanvila/pytest-1/test_project_packages_path0'>

    def test_project_packages_path(project):
        packages_path = project.environment.packages_path
        version = ".".join(map(str, sys.version_info[:2]))
        if os.name == "nt" and sys.maxsize <= 2**32:
            assert packages_path.name == version + "-32"
        else:
>           assert packages_path.name == version
E           AssertionError: assert '3.14' == '3.13'
E             
E             - 3.13
E             ?    ^
E             + 3.14
E             ?    ^

tests/test_project.py:149: AssertionError


So please cancel your NMU.

Thanks.

Reply via email to