From 974f3334e36e191fc6f99a7d448ee2d40ddf6ab1 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 15 Sep 2020 16:18:32 +0200 Subject: [PATCH] Remove unneeded `dest` --- src/tox_current_env/hooks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tox_current_env/hooks.py b/src/tox_current_env/hooks.py index 4759491..3ea4f33 100644 --- a/src/tox_current_env/hooks.py +++ b/src/tox_current_env/hooks.py @@ -32,7 +32,6 @@ def tox_addoption(parser): "--print-deps-to", "--print-deps-to-file", action="store", - dest="print_deps_to", type=argparse.FileType('w'), metavar="FILE", default=None,