Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37809236
en ru br
ALT Linux repos
S:2.17.5-alt1

Group :: Development/Python3
RPM: python3-module-pylint

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: python3-module-pylint-2.17.5-alt.patch
Download


 tests/test_check_parallel.py | 6 ++++++
 1 file changed, 6 insertions(+)
diff --git a/tests/test_check_parallel.py b/tests/test_check_parallel.py
index 24f958406..345710ac5 100644
--- a/tests/test_check_parallel.py
+++ b/tests/test_check_parallel.py
@@ -242,6 +242,12 @@ class TestCheckParallelFramework:
         assert stats.statement == 18
         assert stats.warning == 0
 
+    @pytest.mark.xfail(
+        reason=(
+            "Unsorted, just doesn't work against Python 3.10.8 and works with "
+            "Python 3.10.11"
+        ),
+    )
     def test_linter_with_unpickleable_plugins_is_pickleable(self) -> None:
         """The linter needs to be pickle-able in order to be passed between workers"""
         linter = PyLinter(reporter=Reporter())
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin