Skip to content
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

Update plugin and tests for Spyder 6.0.0a2 and 6.0.0a3 #218

Merged
merged 4 commits into from
Nov 7, 2023

Conversation

jitseniesen
Copy link
Member

Follow updates in Spyder API from PRs spyder-ide/spyder#20926, spyder-ide/spyder#21101 and spyder-ide/spyder#21233. Also, replace Python 3.8 by Python 3.11 in GitHub automatic test.

Fixes #215.

Specifically, make `UnitTestPlugin.get_description()` a static method
and `UnitTestPlugin.get_icon()` a class method.
* Return value of `.create_checkbox()` changed in spyder-ide/spyder#20926
  (Show tooltips in Preferences).
* Handling of Prefs dialog box size changed in spyder-ide/spyder#21233
  (Improve style of Preferences dialog box).
We used to test against Python 3.8-3.10, but conda-forge is dropping
support for Python 3.8.
@jitseniesen jitseniesen added this to the v0.7.0 milestone Nov 7, 2023
@jitseniesen jitseniesen self-assigned this Nov 7, 2023
Latest Spyder version on conda-forge is 6.0.0alpha2 at the moment.
That is not compatible with Spyder's master branch.
@jitseniesen jitseniesen merged commit ac9ee16 into spyder-ide:master Nov 7, 2023
9 checks passed
@jitseniesen jitseniesen deleted the fix-test branch November 7, 2023 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update plugin for compability with Spyder 6.0.0alpha2
1 participant