Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/duplicity/files: duplicity-0.6.24-skip-test.patch
Date: Wed, 25 Jun 2014 07:20:12
Message-Id: 20140625072008.0D03820034@flycatcher.gentoo.org
1 radhermit 14/06/25 07:20:07
2
3 Added: duplicity-0.6.24-skip-test.patch
4 Log:
5 Add missing setuptools build dep (bug #514542) and run testsuite.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.1 app-backup/duplicity/files/duplicity-0.6.24-skip-test.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/files/duplicity-0.6.24-skip-test.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/files/duplicity-0.6.24-skip-test.patch?rev=1.1&content-type=text/plain
14
15 Index: duplicity-0.6.24-skip-test.patch
16 ===================================================================
17 --- duplicity-0.6.24/testing/functional/test_final.py
18 +++ duplicity-0.6.24/testing/functional/test_final.py
19 @@ -156,6 +156,7 @@
20 self.run_duplicity(options=["remove-older-than", "50000", "--force", self.backend_url])
21 self.assertEqual(self.get_backend_files(), second_chain)
22
23 + @unittest.skip('skip failing test')
24 def test_piped_password(self):
25 """Make sure that prompting for a password works"""
26 self.set_environ("PASSPHRASE", None)