diff --git a/tests/pytests/pkg/downgrade/test_salt_downgrade.py b/tests/pytests/pkg/downgrade/test_salt_downgrade.py index 6f910b58ba1..3c48ef61dba 100644 --- a/tests/pytests/pkg/downgrade/test_salt_downgrade.py +++ b/tests/pytests/pkg/downgrade/test_salt_downgrade.py @@ -64,7 +64,7 @@ def test_salt_downgrade_minion(salt_call_cli, install_salt): ) # Test pip install before a downgrade - for dep in ["mysqlclient==2.2.7", "sqlparser"]: + for dep in ["mysqlclient==2.2.7", "sqlparser"]: install = salt_call_cli.run("--local", "pip.install", dep) assert install.returncode == 0