-
-
Notifications
You must be signed in to change notification settings - Fork 592
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
pytest - zeep - DeprecationWarning : defusedxml.lxml is no longer supported and will be removed in a future release #1014
Comments
I'm seeing this deprecation warning filling our logs too. Also, this seems to be a dupe of #956. |
I am also getting the same error. DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release. Is this issue resolved and released ? I am using below. |
Considering there are 2 issues which are still open, 2 PRs have been closed without merging, and 3.4.0 is the latest release to date... do you really have to ask? |
Python 3.7.4
Pytest 5.2.1
Zeep 3.2
code to reproduce
on execution result
the warning looks related to pytest, but about zeep.
due i want to use pytest and zeep in production environment, should i move to another test framework or another soap library?
thanks.
The text was updated successfully, but these errors were encountered: