Re: [gentoo-user] flask up/downgrade problem/question

2021-07-17 Thread Ralph Seichter
* Jack:

> I had originally installed with -test, but just re-emerged with "test"
> and it emerged with no problems, although I'll have to check the log
> to see if it did actually run the tests.

I just tried it myself. I created flask-migrate-3.0.1-r2.ebuild in an
overlay, using RDEPEND=">=dev-python/flask-0.9[${PYTHON_USEDEP}]". All
tests succeeded when run against dev-python/flask-2.0.1-r1 .

-Ralph



Re: [gentoo-user] flask up/downgrade problem/question

2021-07-17 Thread Jack

On 7/17/21 10:09 AM, Ralph Seichter wrote:

* Jack:

It seems that flask-migrate was recently upgraded from 3.0.0 to 3.0.1,
but it's DEPEND for flask was changed from >=flask-0.9 to 
According to the commit history this was done because of failing
flask-migrate tests; see [1]. Did you build with USE=test after
reverting the dependency change?

[1] https://bugs.gentoo.org/801670

-Ralph


I had originally installed with -test, but just re-emerged with "test" 
and it emerged with no problems, although I'll have to check the log to 
see if it did actually run the tests.


Jack




Re: [gentoo-user] flask up/downgrade problem/question

2021-07-17 Thread Ralph Seichter
* Jack:

> It seems that flask-migrate was recently upgraded from 3.0.0 to 3.0.1,
> but it's DEPEND for flask was changed from >=flask-0.9 to https://bugs.gentoo.org/801670

-Ralph