-
-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Description
As noted in DataBiosphere/toil#4212, CacheControl
now needs filelock
instead of lockfile
to make FileCache
work, as of patch release 0.12.12. The errors it throws have changed from telling you to install lockfile
to telling you to install filelock
. But since the module being used is clearly an implementation detail they freely swap around in patch releases, the right answer is to depend on CacheControl[filecache]
, which is the extra that brings along what you need for the FileCache
to work.
So this doesn't work anymore:
Lines 7 to 8 in ad423c4
CacheControl==0.12.11 | |
lockfile==0.12.2 # needed for CacheControl's FileCache |
And neither do any of the old releases.
Metadata
Metadata
Assignees
Labels
No labels