RuntimeError when importing pytest in bpython #7800
Unanswered
domdfcoding
asked this question in
General
Replies: 2 comments
-
Also see pytest-dev/py#218 |
Beta Was this translation helpful? Give feedback.
0 replies
-
let's continue the discussion in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
pip list
from the virtual environment you are usingWhen importing pytest in bpython the following error occurs:
From what I can tell the error occurs within a bit of code designed to avoid bpython breaking things, but I don't think it's working.
I tried using the standard Python interpreter and pytest imports fine.
pip list
output:Versions:
Beta Was this translation helpful? Give feedback.
All reactions