ai-cfia / membrane-backend

Membrane Backend: A centralized authentication service for Single Sign-On (SSO) enabling seamless token-based email verification across multiple client applications.
MIT License
1 stars 0 forks source link

issue #69: patched create_app to avoid fetching env vars for tests #73

Closed k-allagbe closed 11 months ago

k-allagbe commented 11 months ago

Closes #69 issue69-patch-create-app

Patched create_app to avoid fetching env vars. Necessary envs are then directly passed to the app in conftest. The tests will now run without the need for env vars.

k-allagbe commented 11 months ago

There is another dependency problem. I'm on it.

rngadam commented 11 months ago

@k-allagbe

lint and test fails due to what seems like a missing dependency in requirements.txt:

ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/werkzeug/urls.py)