Mattias De Charleroy
Mattias De Charleroy
Hi, Putting the following code before the import fixes that problem (and the importing of the module containing the app). `root = os.path.abspath(os.path.dirname(__file__))` `sys.path.insert(0, root)` There seem to be some...
Hi @logandk, I created a [fork](https://github.com/MattiasDC/serverless-wsgi) and got it working on Azure. In a nutshell: - serverless_wsgi.py may be removed as azure provides a library to do [this](https://github.com/Azure/azure-functions-python-library) - Re-implement...
> @MattiasDC : PR in review :) Thanks for taking the time to fix this!
I'm suspecting some flakyness in the tests here, is there any way I can rerun the tests?
@sven1977 this has been marked as stale, could someone do a review?
@sven1977 this has been marked as stale, could someone do a review?
@avnishn, why was this closed? Am I missing a procedure to let this be reviewed?
Hi @avnishn , I think the failed tests are flaky, can you confirm and merge if everything is ok?
Removing stale label, @sven1977 could you have a look?