You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #2680, we can probably remove testsuite/MDAnalysisTests/tempdir.py, preferring the upstream implementation in pytesttmpdir over maintaining our own.
This should be a fairly straightforward migration--just double check there are no testing artifacts left over after running the full suite locally.
I can probably do this soon-ish..
The text was updated successfully, but these errors were encountered:
* Fixes#2681
* 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
Co-authored-by: Oliver Beckstein <[email protected]>
As discussed in #2680, we can probably remove
testsuite/MDAnalysisTests/tempdir.py
, preferring the upstream implementation inpytest
tmpdir
over maintaining our own.This should be a fairly straightforward migration--just double check there are no testing artifacts left over after running the full suite locally.
I can probably do this soon-ish..
The text was updated successfully, but these errors were encountered: