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

Commits on Nov 7, 2023

  1. Update to plugin API from Spyder 6.0.0a2

    Specifically, make `UnitTestPlugin.get_description()` a static method
    and `UnitTestPlugin.get_icon()` a class method.
    jitseniesen committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d5a9e4e View commit details
    Browse the repository at this point in the history
  2. Update config page test to new API

    * 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).
    jitseniesen committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    cc01284 View commit details
    Browse the repository at this point in the history
  3. Test against Python 3.9-3.11 in GitHub automatic tests

    We used to test against Python 3.8-3.10, but conda-forge is dropping
    support for Python 3.8.
    jitseniesen committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2e7deb8 View commit details
    Browse the repository at this point in the history
  4. Do not test against conda in GitHub automatic tests

    Latest Spyder version on conda-forge is 6.0.0alpha2 at the moment.
    That is not compatible with Spyder's master branch.
    jitseniesen committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b4038ff View commit details
    Browse the repository at this point in the history