From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-backup/duplicity/files/duplicity-0.6.24-skip-test.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app-backup/duplicity/files/duplicity-0.6.24-skip-test.patch (limited to 'app-backup/duplicity/files') diff --git a/app-backup/duplicity/files/duplicity-0.6.24-skip-test.patch b/app-backup/duplicity/files/duplicity-0.6.24-skip-test.patch new file mode 100644 index 000000000000..ef6d959685be --- /dev/null +++ b/app-backup/duplicity/files/duplicity-0.6.24-skip-test.patch @@ -0,0 +1,10 @@ +--- duplicity-0.6.24/testing/functional/test_final.py ++++ duplicity-0.6.24/testing/functional/test_final.py +@@ -156,6 +156,7 @@ + self.run_duplicity(options=["remove-older-than", "50000", "--force", self.backend_url]) + self.assertEqual(self.get_backend_files(), second_chain) + ++ @unittest.skip('skip failing test') + def test_piped_password(self): + """Make sure that prompting for a password works""" + self.set_environ("PASSPHRASE", None) -- cgit v1.2.3