-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change cache directory structure to include pytest
#3150
Conversation
Hi @alanbato thanks for the PR! There are a couple of issues in my POV though:
In summary I think we should just change the root directory from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment
Oh, I totally misunderstood what was required then 😅 |
@alanbato the description could be clearer actually, my apologies. Thanks for working on this. 👍 |
My pleasure. Hopefully I can work on some other minor issues and bugs and go up from there :) By the way @nicoddemus, just to be sure, this should be regarded as a 'feature', right? Or is another label more appropiate? (For the changelog and such) |
7436b2a
to
a24ca98
Compare
That's awesome! Please don't hesitate to ask for help if you run into any roadblocks.
Yeah it is a "feature" in the sense that it is a new behavior which is not an actual bug-fix. 👍 |
Thanks @alanbato, LGTM now. We should expect some complaints because people will need to update their @RonnyPfannschmidt any thoughts? |
What about old |
@The-Compiler since its a "cache" i consider a migration tool unnecessary, however we might want to support the old folder of it exists |
I agree, critical information should not be stored there, and a migration tool seems unnecessary after all a simple
My initial take on this looked hard to implement, but what if we just move |
well - the current state is mergeable from my pov, lets have the sorting of compatibility for afterwards, as its not critical |
Thanks again @alanbato for the contribution! 👍 |
Hi all. This should deal with the issue discussed in #3138. I've basically done the following:
v
folder topytest_values
cache/lastfailed
directory/file to justlastfailed
inside thepytest_values
directoryThanks for submitting a PR, your contribution is really appreciated!
Here's a quick checklist that should be present in PRs:
$issue_id.$type
for example (588.bugfix)removal
,feature
,bugfix
,vendor
,doc
ortrivial
bugfix
,vendor
,doc
ortrivial
fixes, targetmaster
; for removals or features targetfeatures
;Unless your change is a trivial or a documentation fix (e.g., a typo or reword of a small section) please:
AUTHORS
, in alphabetical order;