summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-03-19 23:14:49 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-03-19 23:57:17 +0100
commit3a966eb7809cb0ed119ede09f65c1006c9a4a5cd (patch)
tree7f57040d2048618b04b9d13277b0e2553ed39373
parentc8981ef0b1e915e89c79e301080541baef0f9fa9 (diff)
downloadgnome-settings-daemon-3a966eb7809cb0ed119ede09f65c1006c9a4a5cd.tar.gz
tests: Update Mutter version dependency
This is broken comparing with stable release numbers, like 42.0. This version is also released, so it sounds better to simply depend on that.
-rwxr-xr-xplugins/power/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/power/test.py b/plugins/power/test.py
index c35c1541..c99d384d 100755
--- a/plugins/power/test.py
+++ b/plugins/power/test.py
@@ -637,7 +637,7 @@ class PowerPluginTest4(PowerPluginBase):
dbus_interface='org.gnome.SessionManager')
# At this point logind should suspend for us
- @unittest.skipIf(mutter_version <= (42, 'alpha'), reason="mutter is too old and may be buggy")
+ @unittest.skipIf(mutter_version <= (42, 0), reason="mutter is too old and may be buggy")
def test_unblank_on_lid_open(self):
'''Check that we do unblank on lid opening, if the machine will not suspend'''