man-group / pytest-plugins

A grab-bag of nifty pytest plugins
MIT License
568 stars 85 forks source link

setDaemon is deprecated #202

Closed lhayhurst closed 2 years ago

lhayhurst commented 2 years ago

Thanks for the nice project.

I am getting deprecation warnings running the s3_bucket fixture; here's a small PR to fix that.

The new way to do this is to daemon = True

eeaston commented 2 years ago

LGTM, thanks for your contribution!