Remove unused CLI argument
This commit is contained in:
parent
50645e10a3
commit
0878a7a9a4
@ -186,10 +186,6 @@ def main(argv):
|
|||||||
help='generate test tequirements from tox environment '
|
help='generate test tequirements from tox environment '
|
||||||
+ '(not implemented; implies --runtime)',
|
+ '(not implemented; implies --runtime)',
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
|
||||||
'--pyproject-file', default='pyproject.toml',
|
|
||||||
help='override project file (default: pyproject.toml)',
|
|
||||||
)
|
|
||||||
|
|
||||||
args = parser.parse_args(argv)
|
args = parser.parse_args(argv)
|
||||||
if args.toxenv:
|
if args.toxenv:
|
||||||
|
Loading…
Reference in New Issue
Block a user