code-specialist / fastapi-keycloak

Keycloak integration for Python FastAPI
https://fastapi-keycloak.code-specialist.com/
Apache License 2.0
192 stars 49 forks source link

Improve test stability #64

Closed JonasScholl closed 2 years ago

JonasScholl commented 2 years ago

Following adjustments have been made in order to increase test stability:

We use httpretty for the timeout test, and there's a bug with simulating timeouts there: https://github.com/gabrielfalcao/HTTPretty/issues/438?ref=pythonrepo.com We get the error printed out, but it doesn't affect our tests. So I suggest to ignore it until it is fixed

Additionally I updated fastapi, we might also switch to poetry with dependabot since our current dependency handling is kind of chaotic and unmanaged... what do you think @yannicschroeer?