summarylogtreecommitdiffstats
path: root/disableUtimeTests.patch
diff options
context:
space:
mode:
authorLA-MJ2023-05-20 23:39:47 +0200
committerLA-MJ2023-05-20 23:39:47 +0200
commit1e0b6a1ce7da548db1217de9962582b06c0cf2ca (patch)
tree69642cb5117c6b22a94e111121c697d7d42b2d75 /disableUtimeTests.patch
parent57dfbec398f89dfc0b43e5916b8ef8875c7afc8e (diff)
downloadaur-1e0b6a1ce7da548db1217de9962582b06c0cf2ca.tar.gz
update to 4.5.0
Diffstat (limited to 'disableUtimeTests.patch')
-rw-r--r--disableUtimeTests.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/disableUtimeTests.patch b/disableUtimeTests.patch
deleted file mode 100644
index d282f43bc571..000000000000
--- a/disableUtimeTests.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/quodlibet-4.4.0/tests/test_operon.py.old 2021-12-30 16:58:20.606253261 +0100
-+++ src/quodlibet-4.4.0/tests/test_operon.py 2021-12-30 16:59:13.129298377 +0100
-@@ -357,7 +357,7 @@
- self.check_false(["edit", self.f], False, True)
-
- def test_dry_run(self):
-- if os.name == "nt" or sys.platform == "darwin":
-+ if True:
- return
-
- realitems = lambda s: [(k, s[k]) for k in s.realkeys()]
-@@ -376,7 +376,7 @@
- self.assertEqual(sorted(old_items), sorted(realitems(self.s)))
-
- def test_remove_all(self):
-- if os.name == "nt" or sys.platform == "darwin":
-+ if True:
- return
-
- os.environ["VISUAL"] = "truncate -s 0"