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 building when pytest is not installed #258

Merged
merged 2 commits into from
Mar 24, 2024
Merged

Commits on Mar 24, 2024

  1. Test on macOS 12

    macOS 11 is no longer supported and Homebrew is not creating new
    pre-built packages for it e.g. gtk4, requiring them to be compiled from
    source.
    cjmayo committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    ff130ad View commit details
    Browse the repository at this point in the history
  2. Fix building when pytest is not installed

    Add "verbose: true" to test() when it is possible to raise minimum Meson
    to >= 0.62.
    cjmayo committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    43aa32d View commit details
    Browse the repository at this point in the history