-
Notifications
You must be signed in to change notification settings - Fork 296
Get licence header test working again. #3272
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
Conversation
abe4964
to
64dabf5
Compare
Could not review pull request. It may be too large, or contain no reviewable changes. |
b28224e
to
6359f53
Compare
8e0ba3b
to
e754797
Compare
144cb10
to
bf9ad75
Compare
Yay, fixed at last !!! 😀 @lbdreyer this was triggered by your comment on #3259 I think it's probably simplest to agree+merge this one first, Can you check it out ? |
Yep, this looks good! Thanks @pp-mo :) |
FYI the header rules were significantly relaxed a few weeks ago in https://github.com/SciTools/scitools.org.uk/blob/master/documents/scitools_licensing.md. Essentially the year is entirely superfluous in the header and can be removed entirely. I've avoided doing it wholesale to any of the projects as I don't want to be touching every single file for no reason. The cartopy test has been updated though to support the new guidelines: https://github.com/SciTools/cartopy/pull/1267/files#diff-6545369fccb2d4d7897214fa6787e86d No action needed, just wanted to share the knowledge. 👍 on the change here. |
Thanks, perhaps all devs need to push this.. |
modified. SKIP this commit during the mergeback. * Fix testing cwd for licence header test to work properly. * Remove redundant test runner --coding-tests key. * Update all the missed header years.
modified. SKIP this commit during the mergeback. * Fix testing cwd for licence header test to work properly. * Remove redundant test runner --coding-tests key. * Update all the missed header years.
modified from (#3272). SKIP this commit during the mergeback. * Fix testing cwd for licence header test to work properly. * Remove redundant test runner --coding-tests key. * Update all the missed header years.
…) and modified. SKIP this commit during the mergeback. * Fix testing cwd for licence header test to work properly. * Remove redundant test runner --coding-tests key. * Update all the missed header years.
* Fix testing cwd for licence header test to work properly. * Remove redundant test runner --coding-tests key. * Update all the missed header years.
WIP: DO NOT MERGE (yet) !
We seem to have lost this functionality with #3036
Since some time before that point, the run in the 'main' test sequence was giving a "SKIP: Iris installation did not look like a git repo." message (here, for instance)
I think this is because you need to be in the right directory when running the test.