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

MAINT, TST: remove tempdir #2682

Merged
merged 2 commits into from
May 15, 2020

Conversation

tylerjereddy
Copy link
Member

Fixes #2681

Changes made in this Pull Request:

  • use the upstream pytest temporary file/path handling
    instead of using/maintaining our own

  • no residual test artifacts were observed when the full
    test suite passed locally for this feature branch

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

* use the upstream `pytest` temporary file/path handling
instead of using/maintaining our own

* no residual test artifacts were observed when the full
test suite passed locally for this feature branch
@codecov
Copy link

codecov bot commented May 15, 2020

Codecov Report

Merging #2682 into develop will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2682      +/-   ##
===========================================
+ Coverage    91.11%   91.12%   +0.01%     
===========================================
  Files          175      175              
  Lines        23642    23642              
  Branches      3090     3090              
===========================================
+ Hits         21541    21544       +3     
+ Misses        1482     1480       -2     
+ Partials       619      618       -1     
Impacted Files Coverage Δ
package/MDAnalysis/coordinates/GRO.py 95.42% <0.00%> (+1.96%) ⬆️

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 89db3b1...250babe. Read the comment docs.

Copy link
Member

@orbeckst orbeckst left a comment

Choose a reason for hiding this comment

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

LGTM, thank you for getting rid of the old crutches. Much appreciated!

I assume that CI will be green again soon (I just resolved the merge conflict) and then anyone can do the squash-merge.

@orbeckst orbeckst self-assigned this May 15, 2020
@orbeckst orbeckst merged commit 375245c into MDAnalysis:develop May 15, 2020
@orbeckst
Copy link
Member

Net decrease in code are good! Thanks @tylerjereddy !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MAINT: tempdir cleanup
2 participants