Follow up to: #200 (comment)
I propose:
- Instead of failing, the cache plugin should emit a warning in the pytest header instead of "cachedir:" entry stating that it could not create the cache dir.
PYTHONDONTWRITEBYTECODE should not be necessary, we should just skip creating __pycache__ directories and writing rewritten .pyc files in this case.
Follow up to: #200 (comment)
I propose:
PYTHONDONTWRITEBYTECODEshould not be necessary, we should just skip creating__pycache__directories and writing rewritten.pycfiles in this case.