spencerahill / aospy

Python package for automated analysis and management of gridded climate data
Apache License 2.0
83 stars 12 forks source link

Remove obsolete pytest-catchlog requirement #279

Closed spencerahill closed 6 years ago

spencerahill commented 6 years ago

Closes #270

Also added a catch_warnings to the tutorial notebook test so that we stop getting meaningless warnings about a "sticky bit".

With these in place, our test suite should now pass (at least on my machine it does) with zero warnings. And let's commit to maintaining that moving forward, so that when warnings do arise we can be sure that they're relevant.

spencerahill commented 6 years ago

Thanks!