aboutsummaryrefslogtreecommitdiffstats
path: root/tests/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/environment.py')
-rw-r--r--tests/environment.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/environment.py b/tests/environment.py
index c9165e0bdd..a9098e6904 100644
--- a/tests/environment.py
+++ b/tests/environment.py
@@ -16,9 +16,6 @@ def before_all(context):
"""
try:
- # Set evolution as default email client
- os.system("echo 'x-scheme-handler/mailto=evolution.desktop' >> ~/.local/share/applications/mimeapps.list")
-
# Close running evo instances
os.system("evolution --force-shutdown > /dev/null")