mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 06:46:15 +00:00
Stop creating Pipfile.lock on every make.
Pipenv used to require the file to be locked on each individual platform, but as of v4.0.0, that is no longer necessary. Removing the forced call to lock will speed up builds in CI.
This commit is contained in: