mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
correction
This commit is contained in:
@@ -636,7 +636,7 @@ class Environment:
|
||||
pip_options, _ = pip_command.parser.parse_args(pip_args)
|
||||
pip_options.cache_dir = self.project.s.PIPENV_CACHE_DIR
|
||||
pip_options.pre = self.pipfile.get("pre", pre)
|
||||
session = pip_command._build_session(self.pip_options)
|
||||
session = pip_command._build_session(pip_options)
|
||||
finder = get_package_finder(
|
||||
install_cmd=pip_command, options=pip_options, session=session
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user