-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Tests fixup, fix handling stdout on python 3.11 #19
Conversation
b055bf8
to
c4150fe
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #19 +/- ##
==========================================
- Coverage 80.86% 78.81% -2.05%
==========================================
Files 2 3 +1
Lines 1348 1397 +49
==========================================
+ Hits 1090 1101 +11
- Misses 258 296 +38 ☔ View full report in Codecov by Sentry. |
PipelineRefresh |
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2024122002-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2024111705-4.3&flavor=update
Failed tests8 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/119126#dependencies 2 fixed
Unstable tests
|
It's not recommended to use it directly, but copy into own project, so do just that. See python/cpython#79174
Add support for waiting for stream close. And actually use the new class.
Those messages are not relevant for the client, and may leak some info about the configuration.
Since the subkeys-only keyring feature is enabled by default (source_keyring_dir != "no"), signing with the GnuPG's defaults fails. Generate a signing subkey using gpg2 --quick-add-key.
Sync with app-linux-split-gpg, especially the following commits: a652de5 test: avoid false negative from sending status dialog 4bcba03 tests: update for Thunderbird 102 15fda8c tests: disable end-of-year message, and similar popups b9c13d0 tests: fix clicking top buttons in evolution d65f098 tests: use distribution's dogtail package 00394da tests: try harder to avoid donation prompt during tests 3bf5616 tests: update for Thunderbird 115 7477c2d tests: switch from smtpd to aiosmtpd 17f96e0 tests: handle both Save and Save All dialogs e46af5f tests: adjust for Thunderbird 128
c4150fe
to
b2fb67d
Compare
No description provided.