Closed JonasScholl closed 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?
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?