softboiler / boilercv

Computer vision routines suitable for nucleate pool boiling bubble analysis
https://softboiler.org/boilercv/
MIT License
0 stars 2 forks source link

`PluggyTeardownRaisedWarning` in pytest workflow #166

Closed blakeNaccarato closed 8 months ago

blakeNaccarato commented 8 months ago

Transitive dependency pluggy must be on 1.4.0 now, and is now warning PluggyTeardownRaisedWarning (see log, a link which will eventually break/expire). Because test warnings are promoted to exceptions, this fails CI. In order to stop the bleeding, let's fix it as follows:

blakeNaccarato commented 8 months ago

This doesn't seem to be raised in the logs anymore, after 56de64c30fa4e78f7840975fbe64dd1899c8112a and closing #167.