-
-
Notifications
You must be signed in to change notification settings - Fork 78
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 : Spyder 6 compatibility #349
base: master
Are you sure you want to change the base?
Conversation
The tests do not pass. They failed not because of the corrections I made but because of the dependencies are too old. |
All the test are ok except for one. The test behaviour is not reproductible, if you run it enough time it will eventually pass. I would say that it is not a real issue but the tests needs to be improved. |
@steff456 could you review the PR so that it can be merged with the main branch ? |
@Zybulon, thanks a lot for your work on this! We'll take a look at it to release a new version as soon as we can (probably in two or three weeks). |
Any news here? |
https://build.opensuse.org/request/show/1224495 by user bnavigator + anag+factory Not maintained upstream. (Attempt stalled: spyder-ide/spyder-terminal#349)
Amazing, thanks @Zybulon! Two extra patches I would make:
|
In |
OK, I've managed to build the package with your PR, but the tests didn't all run. Here are the further things I've found:
In spite of all this, there is still one test that fails consistently for me:
What is that syntax error in |
Actually, I wrote:
But only
and then modify |
Nope; |
Yes that's it. But I did not notice the Captured stderr call. For me, the problem is related to the test rather than the actual code and I have no idea how to solve it. |
Actually the success of this test is not reproductible. For example on my repository it worked. |
Hello,
I have updated the code to be compatible with Spyder 6.