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

MNT: Account for a number of deprecations in core #268

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

adswa
Copy link
Member

@adswa adswa commented Sep 16, 2024

this reduces the number of deprecation warnings when running the test suite

this reduces the number of deprecation warnings when running the
test suite
Copy link

codeclimate bot commented Sep 16, 2024

Code Climate has analyzed commit 9fa80bd and detected 0 issues on this pull request.

View more on Code Climate.

Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.60%. Comparing base (8ed8cca) to head (9fa80bd).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #268      +/-   ##
==========================================
- Coverage   94.60%   94.60%   -0.01%     
==========================================
  Files          24       24              
  Lines        1113     1112       -1     
==========================================
- Hits         1053     1052       -1     
  Misses         60       60              

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

@@ -107,7 +107,7 @@ def test_container_files(ds_path=None, local_file=None, url=None):
# non-default location:
ds.config.add("datalad.containers.location",
value=op.join(".datalad", "test-environments"),
where='dataset')
scope='branch')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

currently we have datalad > 0.18.0 and scope came in 0.16.0 . the other changes (drop and install) I think even before then so we should be good. Thank you @adswa !

@yarikoptic yarikoptic added patch Increment the patch version when merged CHANGELOG-missing labels Sep 16, 2024
@yarikoptic yarikoptic merged commit 55309f8 into datalad:master Sep 16, 2024
5 checks passed
@adswa adswa deleted the maint branch September 17, 2024 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants