desihub / specter

A toolkit for simulating multi-object spectrographs
Other
8 stars 7 forks source link

ANN: Please migrate away from pytest-openfiles #87

Open pllim opened 1 year ago

pllim commented 1 year ago

Hello. The Astropy Project has decided to retire pytest-openfiles, a plugin to detect open files in pytest runs. We see that you are using it in this repo. While you may continue to use it, please be advised that it will no longer be maintained going forward. See https://github.com/astropy/pytest-openfiles#important-retirement-roadmap for more information. We apologize for any inconvenienced cause.

If this issue was opened in error and is irrelevant, feel free to close.

Thank you for your patience.

xref https://github.com/astropy/pytest-openfiles/issues/47

sbailey commented 1 year ago

This appears to be triggered by the commented out line in the deprecated .travis.yml:

env: SETUP_CMD='test --open-files'

i.e. I think we can remove this file and otherwise ignore/close this issue.

@weaverba137 do you know anything more about where we might be using this and what to grep for?

weaverba137 commented 1 year ago

I don't think there's anywhere else that could be coming from. I notice though that specter does not have any CI setup at all, assuming Travis is not running.