Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit59a64af

Browse files
committed
tests: Adjust permissions storage workaround for Qt 6.10.1
1 parent66cbe0d commit59a64af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎tests/end2end/features/test_prompts_bdd.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ def fresh_instance(quteproc):
5050
# on PyQt6.8 we disable that with the new API, otherwise restart the
5151
# browser to make it forget previous prompts.
5252
#
53-
# Qt 6.10 Beta 4 accidentally persists some permissions;
54-
#WORKAROUND for https://bugreports.qt.io/browse/QTBUG-140194
53+
#Starting withQt 6.10, QtWebEngine unconditionally persists some permissions;
54+
#see https://bugreports.qt.io/browse/QTBUG-140194
5555
if (
5656
qtutils.version_check("6.8",compiled=False)
5757
andPYQT_WEBENGINE_VERSION
5858
andPYQT_WEBENGINE_VERSION<0x60800
59-
)orqtutils.version_check("6.10",compiled=False,exact=True):
59+
)orqtutils.version_check("6.10",compiled=False):
6060
quteproc.terminate()
6161
quteproc.start()
6262

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp