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
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("")),