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
You're able to reproduce the issue by following my steps? I'm sorry that I wasn't able to come up with a simpler example, but this one reproduced the error pretty consistently for me. Let me know if you need any more information.
Steps to reproduce:
test_deleteme.py
in an otherwise empty directory (e.g./tmp/deleteme
):cd /tmp/deleteme
).py.test -x -n2
orpy.test --maxfail=1 -n2
.The output should show that one test has failed, and it does. However, it should not show
INTERNALERROR>
. See the full output:The text was updated successfully, but these errors were encountered: