Skip to content
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

Remove redefinition of legacy extractor base-class #408

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

christian-monch
Copy link
Collaborator

Fixes #407

This PR removes the definition of the legacy extractor base class BaseMetadataExtractor from datalad_metalad.extractors.base. It now is imported from datalad_deprecated.metadata.extractors.base and augmented with a generation-ID.

This commit removes the definition of the legacy
extractor base class `BaseMetadataExtractor` from
`datalad_metalad.extractors.base`. It now is imported from
`datalad_deprecated.metadata.extractors.base` and
augmented with a generation-ID.

This should fix mixups with identical class names
from different packages.
@christian-monch christian-monch changed the base branch from master to maint_0.4 January 23, 2024 11:03
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0047a32) 83.02% compared to head (0892fa7) 83.05%.
Report is 2 commits behind head on maint_0.4.

Additional details and impacted files
@@              Coverage Diff              @@
##           maint_0.4     #408      +/-   ##
=============================================
+ Coverage      83.02%   83.05%   +0.02%     
=============================================
  Files             92       92              
  Lines           5036     5027       -9     
=============================================
- Hits            4181     4175       -6     
+ Misses           855      852       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@christian-monch christian-monch merged commit 94fb288 into maint_0.4 Jan 23, 2024
4 of 5 checks passed
@christian-monch christian-monch deleted the fix-legacy-tests branch January 23, 2024 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some tests errorring out while testing datalad-extensions (round 2)
2 participants