================================================================================================================================================== FAILURES ================================================================================================================================================== with self.assertRaises(subprocess.CalledProcessError) as context_manager: expected_output_pattern = r'^vint ERROR:' E AssertionError: Regex didn't match: '^vint ERROR:' not found in "/home/udu/aports/community/vint/src/vint-0.3.21/vint/linting/cli.py:4: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.\n import pkg_resources\nvint ERROR: nothing to check\nusage: vint [-h] [-v] [-V] [-e] [-w] [-s] [-m MAX_VIOLATIONS] [-c] [--no-color] [-j] [-t] [--enable-neovim] [-f FORMAT] [files ...]\n\nLint Vim script\n\npositional arguments:\n files file or directory path to lint\n\noptions:\n -h, --help show this help message and exit\n -v, --version show program's version number and exit\n -V, --verbose output verbose message\n -e, --error report only errors\n -w, --warning report errors and warnings\n -s, --style-problem report errors, warnings and style problems\n -m MAX_VIOLATIONS, --max-violations MAX_VIOLATIONS\n limit max violations count\n -c, --color colorize output when possible\n --no-color do not colorize output\n -j, --json output json style\n -t, --stat output statistic info\n --enable-neovim Enable Neovim syntax\n -f FORMAT, --format FORMAT\n set output format\n" with self.assertRaises(subprocess.CalledProcessError) as context_manager: expected_output_pattern = r'^vint ERROR:' E AssertionError: Regex didn't match: '^vint ERROR:' not found in '/home/udu/aports/community/vint/src/vint-0.3.21/vint/linting/cli.py:4: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.\n import pkg_resources\nvint ERROR: no such file or directory: `/path/to/unexistent`\n' E AssertionError: Regex didn't match: '^vint DEBUG:' not found in '/home/udu/aports/community/vint/src/vint-0.3.21/vint/linting/cli.py:4: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.\n import pkg_resources\nvint DEBUG: checking: `test/fixture/cli/valid1.vim`\nvint DEBUG: severity: WARNING\nvint DEBUG: disabled: ProhibitAbbreviationOption\nvint DEBUG: enabled: ProhibitAutocmdWithNoGroup\nvint DEBUG: enabled: ProhibitCommandRelyOnUser\nvint DEBUG: enabled: ProhibitCommandWithUnintendedSideEffect\nvint DEBUG: enabled: ProhibitEncodingOptionAfterScriptEncoding\nvint DEBUG: enabled: ProhibitEqualTildeOperator\nvint DEBUG: enabled: ProhibitImplicitScopeBuiltinVariable\nvint DEBUG: disabled: ProhibitImplicitScopeVariable\nvint DEBUG: enabled: ProhibitInvalidMapCall\nvint DEBUG: enabled: ProhibitMissingScriptEncoding\nvint DEBUG: enabled: ProhibitNoAbortFunction\nvint DEBUG: enabled: ProhibitSetNoCompatible\nvint DEBUG: enabled: ProhibitUnnecessaryDoubleQuote\nvint DEBUG: disabled: ProhibitUnusedVariable\nvint DEBUG: enabled: ProhibitUsingUndeclaredVariable\n' FAILED test/acceptance/test_cli.py::TestCLI::test_exec_vint_with_no_args - AssertionError: Regex didn't match: '^vint ERROR:' not found in "/home/udu/aports/community/vint/src/vint-0.3.21/vint/linting/cli.py:4: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/la... FAILED test/acceptance/test_cli.py::TestCLI::test_exec_vint_with_unexistent_file - AssertionError: Regex didn't match: '^vint ERROR:' not found in '/home/udu/aports/community/vint/src/vint-0.3.21/vint/linting/cli.py:4: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.... FAILED test/acceptance/test_cli.py::TestCLI::test_exec_vint_with_verbose_flag - AssertionError: Regex didn't match: '^vint DEBUG:' not found in '/home/udu/aports/community/vint/src/vint-0.3.21/vint/linting/cli.py:4: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/... >>> ERROR: vint: check failed