ywangd / stash

StaSh - Shell for Pythonista
MIT License
1.94k stars 227 forks source link

Pytest deprecation warnings #394

Closed cclauss closed 4 years ago

cclauss commented 4 years ago

https://travis-ci.org/ywangd/stash/jobs/608711726#L2017

bennr01 commented 4 years ago

This should now be mostly fixed in the newest dev version, but I was unable to find one of the DeprecationErrors.

cclauss commented 4 years ago

https://github.com/ywangd/stash/blob/dev/bin/monkeylord.py#L34 ??

bennr01 commented 4 years ago

https://github.com/ywangd/stash/blob/dev/bin/monkeylord.py#L34 ??

Well, that is indeed one, but since we have no tests for monkeylord (yet), that code should never be executed and thus there should be no warnings...