epony has quit [Remote host closed the connection]
derpydoo has quit [Ping timeout: 256 seconds]
derpydoo has joined #pypy
derpydoo has quit [Ping timeout: 256 seconds]
derpydoo has joined #pypy
epony has joined #pypy
<Alex_Gaynor>
Is there any known issue with pypy and pytest these days? I'm seeing an intermittent flake with 3.9 and 3.10 (7.3.13) like this https://www.irccloud.com/pastebin/jO1ZY1Q3/
<mgorny>
Alex_Gaynor: i'm seeing that sometimes too
<mgorny>
(with various packages)
<mgorny>
never really debugged it though
<Alex_Gaynor>
mgorny: I guess that gives me some confidence that a) I'm not alone :-), b) It's nothing specific to our package.
<Alex_Gaynor>
It's also more annoying since it means I can't fix it probably :-)
<sam_>
yeah, this comes up every so often but it's never on a simple package so I never look into it
<mgorny>
haha, unless it's your package getting loaded implicitly somehow and causing it for me xD
<mgorny>
i.e. i have no clue whether it's pypy crashing or some loadable extension crashing
<Alex_Gaynor>
the stack trace _seems_ to suggest it's happening inside pytest's assertion rewriting.
<Alex_Gaynor>
heh, well, if all the places it happens involve a cryptography dependency, that'd be good to know!
<mgorny>
i think it also happened to me with package that used a PYTEST_DISABLE_PLUGIN_AUTOLOAD=1, so probably cryptography isn't related
jcea has joined #pypy
<Alex_Gaynor>
Yay :-)
epony has quit [Remote host closed the connection]