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
Disable testrunner test for pypy-3.9 which produces erroneous behvr (#970)
Hi,
can you please consider follow up patch to #966 to disable a testrunner
test that fails intermittently on PyPy3.9 because it produces a
traceback line number which is erroneous. This doesn't appear to be an
issue with Basilisp, but rather with that particular version of PyPy.
I've also removed an if else block in the same which appear to me to be
redundant, both if/else blocks were doing the same.
I can see the test in question did not run on my circle ci run.
Thanks
Co-authored-by: ikappaki <[email protected]>
0 commit comments