Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>
Subject: [gentoo-portage-dev] [PATCH 03/68] lib/portage/tests/dep/testAtom.py: fix whitespace
Date: Mon, 03 Aug 2020 22:43:49
Message-Id: 20200803224327.1593726-3-bman@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 01/68] lib/portage/util/_dyn_libs/PreservedLibsRegistry.py: fix whitespace by Aaron Bauman
1 * Fix whitespace
2 * Update copyright
3
4 Signed-off-by: Aaron Bauman <bman@g.o>
5 ---
6 lib/portage/tests/dep/testAtom.py | 6 +++---
7 1 file changed, 3 insertions(+), 3 deletions(-)
8
9 diff --git a/lib/portage/tests/dep/testAtom.py b/lib/portage/tests/dep/testAtom.py
10 index b454782d1..d0bb344e2 100644
11 --- a/lib/portage/tests/dep/testAtom.py
12 +++ b/lib/portage/tests/dep/testAtom.py
13 @@ -1,4 +1,4 @@
14 -# Copyright 2006-2019 Gentoo Authors
15 +# Copyright 2006-2020 Gentoo Authors
16 # Distributed under the terms of the GNU General Public License v2
17
18 from portage.tests import TestCase
19 @@ -252,7 +252,7 @@ class TestAtom(TestCase):
20 ("dev-libs/B[!x=]", [], [], ["x"], "dev-libs/B[!x=]"),
21 ("dev-libs/B[!x?]", [], [], ["x"], "dev-libs/B[!x?]"),
22 )
23 -
24 +
25 test_cases_xfail = (
26 ("dev-libs/A[a,b=,!c=,d?,!e?,-f]", [], ["a", "b", "c", "d", "e", "f"], None),
27 )
28 @@ -327,7 +327,7 @@ class TestAtom(TestCase):
29 ("dev-libs/A[a,b=,!c=,d?,!e?,-f]", [], ["a", "b", "c"], "dev-libs/A[a,b,-c,d,-e,-f]"),
30 ("dev-libs/A[a,b=,!c=,d?,!e?,-f]", ["d", "e", "f"], [], "dev-libs/A[a,b,-b,c,-c,-e,-f]"),
31 ("dev-libs/A[a,b=,!c=,d?,!e?,-f]", [], ["d", "e", "f"], "dev-libs/A[a,b,-b,c,-c,d,-f]"),
32 -
33 +
34 ("dev-libs/A[a(-),b(+)=,!c(-)=,d(+)?,!e(-)?,-f(+)]",
35 ["a", "b", "c", "d", "e", "f"], [], "dev-libs/A[a(-),-b(+),c(-),-e(-),-f(+)]"),
36 ("dev-libs/A[a(+),b(-)=,!c(+)=,d(-)?,!e(+)?,-f(-)]",
37 --
38 2.28.0