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

BF: do not leave test in a tmp dir destined for removal #6059

Merged
merged 1 commit into from
Oct 8, 2021

Conversation

yarikoptic
Copy link
Member

@yarikoptic yarikoptic commented Oct 8, 2021

Othervice it does trigger assert_no_open_files since if it is wrapping around
@with_tempfile -- that one cannot rmdir it since it is open (we have it as a CWD)

Otherwite it does trigger assert_no_open_files since if it is wrapping around
@with_tempfile -- that one cannot rmdir it since it is open (we have it as a CWD)
@yarikoptic yarikoptic added the semver-patch Increment the patch version when merged label Oct 8, 2021
Copy link
Member

@mih mih left a comment

Choose a reason for hiding this comment

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

Makes sense! Thx!

@codecov
Copy link

codecov bot commented Oct 8, 2021

Codecov Report

Merging #6059 (e8ec079) into maint (662b0a5) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            maint    #6059      +/-   ##
==========================================
- Coverage   90.26%   90.25%   -0.01%     
==========================================
  Files         312      312              
  Lines       42189    42189              
==========================================
- Hits        38080    38077       -3     
- Misses       4109     4112       +3     
Impacted Files Coverage Δ
datalad/tests/test_utils.py 97.19% <100.00%> (ø)
datalad/tests/utils.py 89.22% <0.00%> (-0.33%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 662b0a5...e8ec079. Read the comment docs.

@mih mih merged commit 54810b0 into datalad:maint Oct 8, 2021
@yarikoptic yarikoptic deleted the bf-minor-open branch April 5, 2022 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-patch Increment the patch version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants