From 0277c5477fd86ef1871b7b6cf04bc84192a0330d Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 24 Nov 2018 19:22:34 +0100 Subject: PristineTar: Don't fail if pristine-tar does't support signatures --- tests/doctests/test_PristineTar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/doctests/test_PristineTar.py b/tests/doctests/test_PristineTar.py index 825ef042..15c614cf 100644 --- a/tests/doctests/test_PristineTar.py +++ b/tests/doctests/test_PristineTar.py @@ -169,7 +169,7 @@ def test_pristine_tar_checkout_with_sig(): >>> os.unlink(sf) >>> repo.pristine_tar.checkout('upstream', '1.0', 'gzip', '..', ... signature=True) - >>> os.path.exists(sf) + >>> os.path.exists(sf) or not repo.pristine_tar.has_feature_sig() True """ -- cgit v1.2.3