astropy / pytest-remotedata

Pytest plugin to control whether tests are run that have remote data
BSD 3-Clause "New" or "Revised" License
23 stars 15 forks source link

Updated package infrastructure #48

Closed astrofrog closed 4 years ago

astrofrog commented 4 years ago

As for other packages such as pytest-openfiles, this:

pllim commented 4 years ago

Thanks! Not sure why Appveyor tried to run. It shouldn't have given the appveyor.yml is no more.

astrofrog commented 4 years ago

p.s. Not sure how I feel about mixing up the OS like that in the matrix. I have a habit of doing the matrix in Linux and only test the other ones with latest stable, but that's a personal style.

That's what I used to do but then I realized the matrix could be made smaller in this way and it really shouldn't matter. I think I was also worried that we introduce a bias that we never check non-linux with older versions of packages. But maybe we could discuss and whatever we decide we can apply uniformly across all pytest plugins?

pllim commented 4 years ago

I am more worries that we'll end up dealing with failures that are not our fault but OS specific, especially for Windows. But I heard Macs are moving to ARM chips too (?), so who knows.