Closed as not planned
Description
It'd be handy to have a way to set JSON encoding options for the default cacheprovider.
I resorted to patching cache.set from pytest_configure
to encode datetime.datetime
s.
Is there a cleaner way to do this? Would -p no:_cacheprovider
and a custom cache provider be recommended instead?