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,