Description: Fix version of python to use suffix "3" according to the default used in Debian
Author: Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>
Forwarded: not-needed
Last-Update: 2022-09-07

--- a/tests/integration/engines_test.py
+++ b/tests/integration/engines_test.py
@@ -8,7 +8,7 @@
     (
         pytest.param("pytest tests/integration/engines/pytest_suite.py", id="pytest"),
         pytest.param(
-            "python -m unittest tests.integration.engines.unittest_suite", id="unittest"
+            "python3 -m unittest tests.integration.engines.unittest_suite", id="unittest"
         ),
     ),
 )
