mediagoblin-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mediagoblin-devel] Fw: Sqlite/Sqlalchemy Kombu Issue?


From: Ben Sturmfels
Subject: Re: [Mediagoblin-devel] Fw: Sqlite/Sqlalchemy Kombu Issue?
Date: Tue, 14 Apr 2020 18:16:46 +1000
User-agent: mu4e 1.2.0; emacs 26.3

Hi Drew,

On Tue, 08 Oct 2019, Andrew Dudash via Mediagoblin-devel wrote:

> I'm following the HackingHowTo and trying to get the tests to pass, but there 
> seems to be an issue with the 'kombu' dependency. About ~30 tests get an 
> error like the following.
>
> ...
> KeyError: 'No such transport: sqlite.  Did you mean sqla?'
>
> Kombu expects to see 'sqla' or 'sqlalchemy' but it's being given 'sqlite'. 
> There's no transport entry for 'sqlite'.

I hit this same issue while trying to run the test suite on a Debian 10
Docker image. I was able to track it down to the "sqlite" transport
alias being dropped in celery 4.3.0. I've now updated our dependencies
in setup.py on the master branch. After running "./bin/python setup.py
develop --upgrade" you should be good to go.

I'd be very interested to know whether this solves the issue for you
too.

Regards,
Ben



reply via email to

[Prev in Thread] Current Thread [Next in Thread]