xUnit error with planemo shed_test

I encount a problem when apply the planemo test.

  • planemo shed_lint --tools --owner pimarin
  • planemo shed_create --shed_target testtoolshed --owner pimarin
  • planemo shed_diff --shed_target testtoolshed --owner pimarin
  • planemo shed_update --check_diff --shed_target testtoolshed --owner pimarin
  • planemo shed_test --shed_target testtoolshed --owner pimarin :
The Galaxy client build is being skipped due to the SKIP_CLIENT_BUILD environment variable.
Activating virtualenv at /home/pierre/.planemo/gx_venv_3
./run_tests.sh: /home/pierre/.planemo/gx_venv_3/bin/pytest : /home/pierre/.planemo/gx_venv_3/bin/python : mauvais interpréteur: Aucun fichier ou dossier de ce type
Testing complete. HTML report is in "run_installed_tests.html".
Cannot locate xUnit report [/tmp/tmprzx_9ojd/xunit.xml] for tests - required to build planemo report and summarize tests.
Traceback (most recent call last):
  File "/home/pierre/planemo/bin/planemo", line 8, in <module>
    sys.exit(planemo())
  File "/home/pierre/planemo/lib/python3.7/site-packages/click/core.py", line 1128, in __call__
    return self.main(*args, **kwargs)
  File "/home/pierre/planemo/lib/python3.7/site-packages/click/core.py", line 1053, in main
    rv = self.invoke(ctx)
  File "/home/pierre/planemo/lib/python3.7/site-packages/click/core.py", line 1659, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/pierre/planemo/lib/python3.7/site-packages/click/core.py", line 1395, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/pierre/planemo/lib/python3.7/site-packages/click/core.py", line 754, in invoke
    return __callback(*args, **kwargs)
  File "/home/pierre/planemo/lib/python3.7/site-packages/click/decorators.py", line 84, in new_func
    return ctx.invoke(f, obj, *args, **kwargs)
  File "/home/pierre/planemo/lib/python3.7/site-packages/click/core.py", line 754, in invoke
    return __callback(*args, **kwargs)
  File "/home/pierre/planemo/lib/python3.7/site-packages/planemo/cli.py", line 98, in handle_blended_options
    return f(*args, **kwds)
  File "/home/pierre/planemo/lib/python3.7/site-packages/planemo/commands/cmd_shed_test.py", line 44, in cli
    **kwds
  File "/home/pierre/planemo/lib/python3.7/site-packages/planemo/galaxy/test/actions.py", line 116, in run_in_config
    _check_test_outputs(xunit_report_file_tracker, structured_report_file_tracker)
  File "/home/pierre/planemo/lib/python3.7/site-packages/planemo/galaxy/test/actions.py", line 330, in _check_test_outputs
    raise Exception(message)
Exception: Cannot locate xUnit report [/tmp/tmprzx_9ojd/xunit.xml] for tests - required to build planemo report and summarize tests.

I already received this error and just use python 3.7 instead of 3.9 or 3.10 fixed the problem, but even if i tried with different python version, I have the same problem.