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

PR: Update to Spyder 5.2 API #166

Merged
merged 7 commits into from
Jan 6, 2022
Merged

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    bc1af8b View commit details
    Browse the repository at this point in the history
  2. Pytest: Improve detection of 'no test ran'

    Only look for 'no test ran' in the last line of the pytest output, in case
    it appears in the output of the tests themselves.
    jitseniesen committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    123b96b View commit details
    Browse the repository at this point in the history
  3. Tests: Fix plugin and main widget tests for Spyder 5.2

    Skip most of the plugin tests for now, because they test interaction with
    other plugins and it is not clear to me how to test that.
    jitseniesen committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    8f22122 View commit details
    Browse the repository at this point in the history
  4. Widgets: Set parent of config dialog box

    This ensures that the style (light/dark) of Spyder is inherited.
    jitseniesen committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    b037a30 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. CI: Use setup-miniconda from conda-incubator

    This replaces goanpeca/setup-miniconda which is out of date.
    jitseniesen committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    5f308c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5c30ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bdb14a View commit details
    Browse the repository at this point in the history