Pull kunit fixes from Shuah Khan:
 "Fixes to kunit tool and documentation:
   - fix asserts on older python versions
   - fixes to misleading error messages when TAP header format is
     incorrect or when file is missing
   - documentation fix: drop obsolete information about uml_abort
     coverage
   - remove unnecessary annotations"
* tag 'linux-kselftest-kunit-fixes-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  kunit: tool: Assert the version requirement
  kunit: tool: remove unnecessary "annotations" import
  Documentation: kunit: drop obsolete note about uml_abort for coverage
  kunit: tool: Fix error messages for cases of no tests and wrong TAP header