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:
-rw-r--r--pyproject.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1a2583303..cd1b9db91 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -99,10 +99,17 @@ exclude = [
"gajim/gtk/groupchat_info.py",
"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",
]
include = [
"launch.py",
- "setup.py",
".ci/*",
"mac/*",
"scripts/*",
@@ -140,6 +147,7 @@ include = [
"gajim/gajim_remote.py",
"gajim/gtk/*",
"gajim/plugins/*",
+ "test/*",
]
[tool.ruff]