Commit 49cb56f8 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Removed --cache-file (dep install skip) from cmdline args

This is part of future work, if implemented at all.
parent 1e38a7bc
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -17,15 +17,6 @@ def argument_parser():
		action='append',
		help="The names of optional requirements sets to install",
	)
	parser.add_argument(
		'--cache-file', '-c',
		action='append',
		help="""
		The names of files to use for keying the environment cache: if these files change 
		a new environment is created. Defaults to any that exist of the following:
		pyproject.toml, setup.py, setup.cfg, requirements.txt
		""",
	)
	parser.add_argument(
		'--fail-under', '-f',
		default=10.0,