mediagoblin-devel
[Top][All Lists]
Advanced

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

Re: Remove sphinx from native inputs


From: jgart
Subject: Re: Remove sphinx from native inputs
Date: Wed, 15 Sep 2021 20:34:49 -0400

On Thu, 16 Sep 2021 09:43:07 +1000 Ben Sturmfels <ben@sturm.com.au> wrote:
> Hi jgart,
> 
> On Wed, 15 Sep 2021, jgart wrote:
> 
> > On Wed, 15 Sep 2021 21:55:37 +1000 Ben Sturmfels <ben@sturm.com.au> wrote:
> >
> >> celery`, since they can't see the inputs.
> >
> > For now, you could just add python-celery to the propagated inputs if you're
> > calling the binary directly from the environment somewhere. That might be 
> > the
> > right approach in this case.
> 
> From my testing yesterday, selectively using propagated-inputs won't
> work currently because both paste and celery require access to all the
> other inputs, since they load up most of the MediaGoblin code. I added
> paste to the propagated-input, and then it just complained that it
> didn't have "waitress"... on and on until you're back where you started
> with everything in inputs. Heh.

Yes, waitress would also definitely have to be propagated, unless it is just 
needed for tests?

In that case, it could be a native-input.

I see it used here:

mediagoblin/tests/test_paste.ini
16:use = egg:waitress#main

/gnu/store/z6frd43pq4xjxry202yy687i7g967vpx-python-waitress-1.1.0
├── bin
│   └── waitress-serve

What is most priority now for the latest GMG ROADMAP?

all best,

jgart





reply via email to

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