Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2023-06-06 22:21:12 +0300
committerwurstsalat <mailtrash@posteo.de>2023-06-06 22:21:12 +0300
commitaf23279d95c58bdb2c335b55e0e396e188d70e66 (patch)
tree763a3143de205ee643ff9743bddc1b81a9f0a518 /pyproject.toml
parent126babff737a12519e4a9b0209a2923e63277a87 (diff)
cq: Tests: Make type check pass for SSLErrorDialog and CertificateDialog
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7b64a0fd7..21d2b9c2d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -103,11 +103,9 @@ exclude = [
"gajim/plugins/pluginmanager.py",
"scripts/update_flatpak_manifest.py",
"test/common/test_uri_util.py",
- "test/dialogs/certificate_dialog.py",
"test/dialogs/change_password.py",
"test/dialogs/dataform.py",
"test/dialogs/groupchat_info.py",
- "test/dialogs/ssl_error_dialog.py",
"test/gui/test_menus.py",
"test/gui/test_nick_completion.py",
]