python-zeep icon indicating copy to clipboard operation
python-zeep copied to clipboard

Fix httpx DeprecationWarning for post data (and tests)

Open romuald opened this issue 3 years ago • 0 comments

In the httpx module, data=x has been deprecated in favor of content=x in version 0.18.0 (April 2021)

As a side effect, this fixes the test suite since pytest-httpx removed the data= mock in version 0.18.0 (January 2022)

romuald avatar Aug 02 '22 14:08 romuald