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

krita: fix scripts not working with python3.13 #53965

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dataCobra
Copy link
Contributor

Testing the changes

  • I tested the changes in this PR: YES

Local build testing

  • I built this PR locally for my native architecture, (x86_64-glibc)
  • I built this PR locally for these architectures (if supported. mark crossbuilds):
    • x86_64-musl

[ci skip]

@ahesford
Copy link
Member

Why was CI skipped?

@dataCobra
Copy link
Contributor Author

Because building Krita does take a long time. (Same as Thunderbird I would think)

@ahesford
Copy link
Member

Don't try to guage build times on CI and preempt testing, just let it build.

Also, stop skipping CI on Thunderbird.

app = QApplication(sys.argv)
install()
- print("Triggering error 1")
+ print("Triggering error 1")f
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it really have an f here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This patch likely created twice, and apply directly on each other, please change.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a major reason we don't want submitters skipping CI. Remove the [ci skip] from your comment and let our tests do their jobs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants