The package reportedly fails in one of the tests. The failing test log
snippet is below:
```
FAIL: test_from_table (CommandNotFound.tests.test_command_not_found.CommandNotFoundOutputTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/command-not-found-20.10.1/CommandNotFound/tests/test_command_not_found.py", line 149, in test_from_table
self._test_spec(spec)
File "/build/command-not-found-20.10.1/CommandNotFound/tests/test_command_not_found.py", line 191, in _test_spec
self.assertEqual(output, expected_output, "test '%s' broken" % test)
AssertionError: "Comm[87 chars]0, or (You will have to enable component calle[97 chars]')\n" != "Comm[87 chars]0, or\nsudo apt install neovim # version 2.0\n"
Command 'x-vi' not found, but can be installed with:
- sudo apt install vim # version 1.0, or (You will have to enable component called 'main')
- sudo apt install neovim # version 2.0 (You will have to enable component called 'main')
+ sudo apt install vim # version 1.0, or
+ sudo apt install neovim # version 2.0
: test 'multi advise debs' broken
----------------------------------------------------------------------
Ran 12 tests in 0.571s
FAILED (failures=1)
```
Full build log is available at:
https://tests.reproducible-builds.org/debian/rb-pkg/bullseye/amd64/command-not-found.html