swi-prolog: update to 9.2.9
[oi-userland.git] / components / python / pylint / patches / 03-test-remove-failing.patch
blob3db932c35b6f7167e76e998ab111ed93655ad020
1 This test is failing when run under pytest 8 so we simply remove it.
2 https://github.com/pylint-dev/pylint/issues/9477
3 https://github.com/pylint-dev/pylint/pull/9576
5 --- pylint-3.3.2/tests/test_regr.py.orig
6 +++ pylint-3.3.2/tests/test_regr.py
7 @@ -56,7 +56,6 @@
8 "file_names, check",
10 (["package.__init__"], Equals("")),
11 - (["precedence_test"], Equals("")),
12 (["import_package_subpackage_module"], Equals("")),
13 (["pylint.checkers.__init__"], lambda x: "__path__" not in x),
14 ([join(REGR_DATA, "classdoc_usage.py")], Equals("")),