From 5f3973247db8a1041f3a8e7110a75b76ad810603 Mon Sep 17 00:00:00 2001 From: Daniel Holth Date: Fri, 12 Jul 2024 17:02:41 -0400 Subject: [PATCH] expect additional argument in spy --- tests/cli/test_cli_cmds.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cli/test_cli_cmds.py b/tests/cli/test_cli_cmds.py index 009c64af0..48d0b367a 100644 --- a/tests/cli/test_cli_cmds.py +++ b/tests/cli/test_cli_cmds.py @@ -79,6 +79,7 @@ def test_change_pypi_url(mocker): url_pypi_metadata="http://url_pypi.com/abc", sections_populate=None, from_local_sdist=False, + from_tree=False, extras_require_test=None, github_release_tag=None, extras_require_include=tuple(),