diff --git a/tests/test_commands.py b/tests/test_commands.py index 8b3de0dc..2602d62d 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -75,6 +75,7 @@ def test_upgrade_init( stdout=out, checks=False, verbosity=verbosity, + sync_with_hope=False, ) assert "error" not in str(out.getvalue())