aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Palao <david.palao@gmail.com>2023-04-28 16:19:37 +0200
committerSam James <sam@gentoo.org>2023-05-26 16:44:36 +0100
commit811fcbc046bb4657af311c98936abdf0e26c58a2 (patch)
tree5a931f416afd4c74c8243848b4f64de3498cf166
parenttests: whirpool: skip C test conditionally w/ pytest (diff)
downloadportage-811fcbc046bb4657af311c98936abdf0e26c58a2.tar.gz
portage-811fcbc046bb4657af311c98936abdf0e26c58a2.tar.bz2
portage-811fcbc046bb4657af311c98936abdf0e26c58a2.zip
tests: resolver: use xfail w/ pytest
Signed-off-by: David Palao <david.palao@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--lib/portage/tests/resolver/test_or_choices.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/portage/tests/resolver/test_or_choices.py b/lib/portage/tests/resolver/test_or_choices.py
index 9e2c0980b..19ecfe31c 100644
--- a/lib/portage/tests/resolver/test_or_choices.py
+++ b/lib/portage/tests/resolver/test_or_choices.py
@@ -3,6 +3,8 @@
import itertools
+import pytest
+
from portage.tests import TestCase
from portage.tests.resolver.ResolverPlayground import (
ResolverPlayground,
@@ -637,6 +639,7 @@ class OrChoicesTestCase(TestCase):
class OrChoicesLibpostprocTestCase(TestCase):
+ @pytest.mark.xfail(reason="Irrelevant blocker conflict")
def testOrChoicesLibpostproc(self):
# This test case is expected to fail after the fix for bug 706278,
# since the "undesirable" slot upgrade which triggers a blocker conflict