pyinvoke / invoke

Pythonic task management & command execution.
http://pyinvoke.org
BSD 2-Clause "Simplified" License
4.31k stars 365 forks source link

tests: refactor to resolve deprecated pytest features #903

Closed kuwv closed 1 year ago

kuwv commented 1 year ago

Just following the pytest recommendations here. The tests still function correctly without all the false warnings.

https://github.com/pyinvoke/invoke/issues/901

kuwv commented 1 year ago

@bitprophet Do you see any issue merging this?