diff --git a/scripts/eachdist.py b/scripts/eachdist.py index 6ad55900f1f..12ce83d4379 100755 --- a/scripts/eachdist.py +++ b/scripts/eachdist.py @@ -464,7 +464,6 @@ def install_args(args): check=True, ) - allfmt = "-e 'file://{}'" if args.editable else "'file://{}'" execute_args( @@ -478,7 +477,7 @@ def install_args(args): ), ) ) - + if args.with_dev_deps: rootpath = find_projectroot() runsubprocess( @@ -496,6 +495,7 @@ def install_args(args): check=True, ) + def parse_subargs(parentargs, args): subargs = parse_args(args) subargs.dry_run = parentargs.dry_run or subargs.dry_run