-
Notifications
You must be signed in to change notification settings - Fork 308
Fix otb sync_npm test failures #4321
Comments
I'm seeing this myself now, but I see a Traceback prior to the failure that shows the error in the sync-npm script that is resulting in the failure. Anyone able to provide a traceback from your environment? That should give us a clue to debug here.
|
(In my case the underlying traceback is due to changes I just started making while hacking on new stuff.) |
(So it's not relevant to the out-of-the-box failures.) |
A clue ... if we run the test with
it passes if we run |
It passed when we removed --cov from the make file |
Did this perhaps get fixed as a side-effect of #4438? |
@whit537 I am sorry for the delay. I had some other issues that came up when I ran this again. But now I can say that that specific error is indeed fixed! Thanks for your patience! |
@JessaWitzel @jacqueline-homan and @dmk246 are all hitting three test failures in
test_sync_npm.py
. This seems to be the worst of our onboarding problems right now. Let's fix it! :-)Steps to repro are basically to follow the readme on a fresh (Ubuntu?) system.
The text was updated successfully, but these errors were encountered: