kquick / Thespian

Python Actor concurrency library
MIT License
189 stars 24 forks source link

Fixed inspect deprecation warnings #10

Closed asevans48 closed 7 years ago

asevans48 commented 7 years ago

Fixed the deprecation warnings for inspect

kquick commented 7 years ago

Thanks for alerting me to this issue; deprecation warnings weren't being displayed by my version of py.test, so I had been unaware of these. I did need to make some additional changes, but the addition of a unit test is greatly appreciated.