-
Notifications
You must be signed in to change notification settings - Fork 77
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
Deprecate PPP_CONFIG_DIR for specifying config path #170
Conversation
Oh I also made pytest more strict and removed usage of datetime utcnow. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #170 +/- ##
==========================================
+ Coverage 88.45% 88.48% +0.02%
==========================================
Files 16 16
Lines 2391 2397 +6
==========================================
+ Hits 2115 2121 +6
Misses 276 276
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I don't see |
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.
Looks good, thanks.
What do you mean? I am not following, sorry |
Above @djhoese said
I don't see anything related to |
Ah yep. I'm just waking up and won't be in front of the computer for a while (kid's doctor appointment). I'll see if I can push it while getting kids ready for the day. |
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.
LGTM! I suppose v1.9 is the next release then, right?
oh, looks like tests are failing... |
Since this requires a 1.9 release I'll let others (@adybbroe ?) answer whether or not this should be merged and released in 1.9 next or if there should be a 1.8.x release first. |
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.
LGTM.
I merged main
and resolved the conflicts, should be ready to merge now.
Version 1.9.0 is now released, so I'll merge this. |
This was meant to be released as part of 1.9.0 based on the warning messages. |
Damn, I read this the wrong way around 🙈
|
Maybe a 1.9.1 release then? |
Will do, now that the release deployment was fix in #172 😁 |
This is a continuation of #169 to more fully deprecate PPP_CONFIG_DIR.
This may need updating to have it raise an exception completely. Further discussion is needed. Due to the previous deprecation warning, this PR should not be released until 1.9 is ready.
CC @pnuu @mraspaud @adybbroe
flake8 pyorbital