You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to fix an unrelated bug, and ran into 2 tests that aren't currently passing. Run inside pipenv with pytest, python 3.6.5 on Ubuntu 18.04.
Looking at the docs, sys.ps1 and sys.ps2 shouldn't be available outside of a python process started in interactive mode, so it seems like the test should fail. That's confusing, because aiomanhole 0.5.0 is successfully running in our gunicorn/aiohttp server which definitely isn't a python process started in interactive mode.
I'm trying to fix an unrelated bug, and ran into 2 tests that aren't currently passing. Run inside pipenv with pytest, python 3.6.5 on Ubuntu 18.04.
Looking at the docs, sys.ps1 and sys.ps2 shouldn't be available outside of a python process started in interactive mode, so it seems like the test should fail. That's confusing, because aiomanhole 0.5.0 is successfully running in our gunicorn/aiohttp server which definitely isn't a python process started in interactive mode.
The text was updated successfully, but these errors were encountered: