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

Fix CI test failures #66

Merged
merged 4 commits into from
Aug 5, 2022
Merged

Fix CI test failures #66

merged 4 commits into from
Aug 5, 2022

Commits on Aug 1, 2022

  1. Fix: Use flake8==4.0.1

    Unfortunately it seems that the newly minted version of flake8 (5.0.2) is not yet working with the pytest plugin: tholo/pytest-flake8#87
    
    Pin version of flake8 as a workaround.
    alexdewar committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6a74aa0 View commit details
    Browse the repository at this point in the history
  2. Fix typo in ci.yml

    alexdewar committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    1c253e3 View commit details
    Browse the repository at this point in the history
  3. Revert "Test in MacOS 10.15. Drop test in py37"

    This reverts commit 4094cf2.
    
    There were a bunch of other places where the macOS image name also
    needed to be updated, so the tests haven't been running since the above
    commit on macOS. macos-latest should be fine now anyway.
    alexdewar committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    ee3da96 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Fixes segmentation fault when running tests in MacOS (#68)

    * Skipping TestDialog in MacOS
    dalonsoa authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    1314046 View commit details
    Browse the repository at this point in the history