iotile / typedargs

API typechecking and command line shell generation package
GNU Lesser General Public License v3.0
1 stars 2 forks source link

Fix deprecation warning on argspec() #48

Closed timburke closed 5 years ago

timburke commented 5 years ago

This PR fixes a deprecation warning that causes pytest to print large numbers of warnings when testing packages that use typedargs on python 3.6.

Closes #38.