Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37836522
en ru br
ALT Linux repositórios
S:2.17.5-alt1

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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())
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009