From 1fccdfd9b1c5ff35cca9680071301cdc799c5080 Mon Sep 17 00:00:00 2001 From: ScarletEmanu Date: Wed, 17 Jun 2026 13:10:30 +0200 Subject: [PATCH] fixed test --- tests/test_args.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test_args.py b/tests/test_args.py index 65f01a5b..324f5a11 100644 --- a/tests/test_args.py +++ b/tests/test_args.py @@ -83,8 +83,6 @@ def test_correct_parsing_args( '--no-pkg-lookups', '--plugin', 'pytest_plugin.py', - '--plugin-url', - 'https://example.com/plugin.py', '--skip-version-check', '--advanced', '--dry-run', @@ -110,7 +108,7 @@ def test_correct_parsing_args( offline=True, no_pkg_lookups=True, plugin=Path('pytest_plugin.py'), - plugin_url='https://example.com/plugin.py', + plugin_url=None, skip_version_check=True, advanced=True, )