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

pympress: migrate to python@3.13 #197953

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/p/pympress.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
depends_on "libyaml"
depends_on "poppler"
depends_on "pygobject3"
depends_on "python@3.12"
depends_on "python@3.13"

resource "watchdog" do
url "https://files.pythonhosted.org/packages/95/a6/d6ef450393dac5734c63c40a131f66808d2e6f59f6165ab38c98fbe4e6ec/watchdog-3.0.0.tar.gz"
Expand All @@ -36,7 +36,7 @@
virtualenv_install_with_resources
end

test do

Check failure on line 39 in Formula/p/pympress.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

`brew test --verbose pympress` failed on macOS Ventura (13)!

objc[39963]: Class FilterComboBox is implemented in both /usr/local/Cellar/gtk+3/3.24.43/lib/libgtk-3.0.dylib (0x10d919f58) and /usr/local/Cellar/gtk4/4.16.5/lib/libgtk-4.1.dylib (0x11e6b7380). One of the two will be used. Which one is undefined. objc[39963]: Class gdkCoreCursor is implemented in both /usr/local/Cellar/gtk+3/3.24.43/lib/libgdk-3.0.dylib (0x10ccbe5e0) and /usr/local/Cellar/gtk4/4.16.5/lib/libgtk-4.1.dylib (0x11e6b73d0). One of the two will be used. Which one is undefined. Killing child processes... ::error::pympress: failed An exception occurred within a child process: Timeout::Error: execution expired /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/lib/ruby/3.3.0/timeout.rb:43:in `rescue in handle_timeout' /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/lib/ruby/3.3.0/timeout.rb:40:in `handle_timeout' /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/lib/ruby/3.3.0/timeout.rb:195:in `timeout' /usr/local/Homebrew/Library/Homebrew/test.rb:54:in `<main>'
# (pympress:48790): Gtk-WARNING **: 13:03:37.080: cannot open display
ENV["PYMPRESS_HEADLESS_TEST"]="1" if OS.linux? && ENV["HOMEBREW_GITHUB_ACTIONS"]

Expand Down
Loading