Blame skip-broken-test.patch

cdd58a
diff --git a/src/molecule/test/functional/test_command.py b/src/molecule/test/functional/test_command.py
cdd58a
index 047064d..9e3bc82 100644
cdd58a
--- a/src/molecule/test/functional/test_command.py
cdd58a
+++ b/src/molecule/test/functional/test_command.py
cdd58a
@@ -98,6 +98,7 @@ def test_command_converge(scenario_to_test, with_scenario, scenario_name):
cdd58a
     assert run_command(cmd).returncode == 0
cdd58a
 
cdd58a
 
cdd58a
+@pytest.mark.skip(reason="Broken since default python changed from 3.8 to 3.10.")
cdd58a
 @pytest.mark.extensive
cdd58a
 @pytest.mark.parametrize(
cdd58a
     "scenario_to_test, driver_name, scenario_name",