You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests runs ok, but the pytest cache does not work could not create cache path /.cache/v/cache/lastfailed
It seems like pytest sets rootdir to be the commom topdir of --lg-log and current working direktory
Thinking further about this this is an issue of pytest. You'll have to set an explicit rootdir via one of the methods mentioned in the pytest docs, we can't change much about the fact that they iterate over all the pytest arguments to find a common rootdir.
Using the --lg-log option affects pytest's rootdir
The tests runs ok, but the pytest cache does not work
could not create cache path /.cache/v/cache/lastfailed
It seems like pytest sets rootdir to be the commom topdir of --lg-log and current working direktory
The text was updated successfully, but these errors were encountered: