-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR tests fail because of jsonschema #4038
Comments
Hi, i've edited your comment to better format it. When pasting multiline error you can use triple backticks:
I'll investigate further. Test can be flaky sometime. |
The error does not come from your PRs, the Master branch has the same issue. 2 packages have conflicting requirements for the |
@Carreau I will appreciate it a lot if you could also write the way that you investigate it. |
@Carreau Could you explain how did you come to the conclusion that the |
Sure, but a lot of that is just experience and flair. the like that caught my eyes was :
You can see on this line
If you dig higher in the test suite you see THe thing you should watch out for is In this case, the second exception Seem to have the same root cause, but in general you forget about it until you fix the first error. I'm still unsure my fix will work, but it's a good first step to try to update attrs. |
I cant seem to find those exceptions in the logs that travis outputs.
where do you find it at? |
Let's take for example this run, The Json Schema compatibility error is at line 877, you need to expand withe the arrow on the left sometime. It can take some time to get use to reading travis logs that can be busy. |
@Carreau It really is something I need to get more used to. BTW!!! the tests for the PR worked! you have been a tremendous help!!! thanks alot 🥇 💯 |
No, mostly experience tell you were to look at. It depends also on languages. That's why programmers have not been replaced (yet). Usually fix the first error, as following errors may be consequences of the first. Here the following advice is not helpful as the error was at startup, but otherwise: |
Hi everyone.
I have submitted a PR and waited for the tests to complete - #4036
The tests on travis failed, resulting in a long output that repeats itself saying:
I have found another topic about this issue, same error but I think the symptoms are different : jupyterhub/batchspawner#110
but not idea how can it be connected here....
Can someone explain to me what to do so the error will not occur?
It is 100% not becuase of my code, I have tried multiple times to run it with different versions of python and it all goes fine.
Thanks!
The text was updated successfully, but these errors were encountered: