On Fri, Oct 04, 2019 at 10:06:53AM +0300, Benson Muite wrote:
Hi,
We are working on Nuancier [0]. One of the current dependencies is python-fedora [1],which should contain flask_fas_openid. It seems that flask_fas_openid will remain in Python 2 and not be ported to Python 3. Will using Flask-OIDC [2] allow for full Python 3 compatibility?
While we still want to port nuancier to OIDC, I'll note that flask_fas_openid is python3 compatible already and available in python3-fedora-flask-0.10.0-9.fc31.noarch I've just doubled check and there are only two tests failing with python3 (with 98% test coverage), both of which can be fixed in the tests themselves not in the code base.
Hoping this helps, Pierre