datalad / datalad-gooey

A graphical user interface for DataLad (datalad.org)
https://docs.datalad.org/projects/gooey
Other
4 stars 6 forks source link

Adjust imports deprecated in next 1.0.0 and core 0.18 #428

Closed mslw closed 6 months ago

mslw commented 1 year ago

Changes imports of CredentialManager (from next) and eval_results to match their current locations. Closes #427

mslw commented 1 year ago

Note: doc build error happens in GitHub CI but not in Read The Docs, and error message contains a solution which will be a one-liner update to config: https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (efde469) 60.52% compared to head (75b362a) 60.54%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #428 +/- ## ========================================== + Coverage 60.52% 60.54% +0.01% ========================================== Files 49 49 Lines 3511 3505 -6 ========================================== - Hits 2125 2122 -3 + Misses 1386 1383 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

adswa commented 6 months ago

I've restarted the Appveyor test, and gave it a very quick try and test run locally, and everything seems to work nicely. I'll merge this. :)