-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove deprecation warnings #84
Conversation
92af6c3
to
4f77dd3
Compare
@goodboy rebased to trigger CI, all OK |
@goodboy test_confpy_hooks check still fails here too :-( |
e8909b7
to
b4f5757
Compare
@linuxmaniac again looks great to me. Can we rebase this onto latest Then I can give it a proper review 🏄🏼 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ye, reviewed quickly anyway and looks good.
> pysipp/utils.py:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses > import imp # XXX py2.7
> pysipp/report.py:77: > DeprecationWarning: The 'warn' method is deprecated, use 'warning' > instead > emit( > > pysipp/launch.py:134: > DeprecationWarning: The 'warn' method is deprecated, use 'warning' > instead > log.warn(
b4f5757
to
5a92de7
Compare
@goodboy rebased |
@linuxmaniac 👍🏼 Once this lands you should check out #87 too 😉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Glad to see the module loading updated and some tests to match 🚀
No description provided.