Sergey Shepelev

Results 290 comments of Sergey Shepelev

This is very strange, because doc says signature did not change with respect to `check_hostname`, if anything, this argument became obsolete in 3.6. `python -V` please

Looks like for all httplib2 supported (3.3-3.7) Python3 versions, `check_hostname` kwarg is defined so it should not hurt to add it. Trying patch now.

@id8216 to answer your direct question: of course it will be fixed in httplib2. For your project my advice is "vendor-patch" (copy httplib2 source, apply your patch, temporarily change project...

Please search `def fixer(` in your virtualenv and project and show it's code.

I'm sorry, new resolution here - won't fix, because it's a bad idea to add workaround for a workaround for a problem that was fixed properly. Please tell pysimplesoap that...

Public test is much appreciated. `pip install https://github.com/httplib2/httplib2/archive/urllib-proxy.zip`

I'd like to learn how to reproduce this build. There is `script/test` to run tests. It creates virtualenv by default or uses python/pip from PATH if `CONTINUOUS_INTEGRATION` env is set....

generate-tls wasn't meant to be run on every test execution, but it may help to find root of problem with CA_MD_TOO_WEAK

Yes please. Thank you. On Thu, May 13, 2021, 21:52 Tomasz Kłoczko ***@***.***> wrote: > Do you want PR for below patch? > > Fixes pytest warning > > ../../../../../usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1183...

@kloczek please check out new master, `requirements-test` updated pytest and strict-markers is used.