fenchu
fenchu
I just upgraded from 2.25.1 to 2.26.0 and my logs now fill up with charset_normalizer lines, Tons of them, I can fix it if I add explicit headers like `'Content-Type':...
I also see performance degradation after moving from 2.25.1 to higher, this just bloats requests. with `requests==2.27.1` I is now even worse, info in this module is like DEBUG. This...
Others are not able to get wheels for 3.10 out (https://github.com/confluentinc/confluent-kafka-python), so I really appreciate You keep up the work. I'll try and contribute if I can. I have a...
Does this work from a standard cpython interpreter?, your kernel crashed, it means you got a low level exception inside jupyter.
Any progress here, My solution was to convert everything into UTC and add a timezone column for converting back. Not very elegant.
if you add 'pip install pip --upgrade' after python install it works: ``` # pip -V pip 10.0.1 from /opt/conda/lib/python3.6/site-packages/pip (python 3.6) ```
you need to configure your logging, this one is a good starting point: https://alexandra-zaharia.github.io/posts/make-your-own-custom-color-formatter-with-python-logging/ just add it to your own module (not call it logging.py) and import it or directly...
Before pytest-html v3 the -s seem to have been ignored/overrided (It actually means do not capture), so it works as intended. You can use --capture=tee-sys If it is too much...
I also like to be able to put screenshots vertically and not just horizontally, if you have many screenshots in one test they take from the screen capture output. The...
Hi Thanks for looking into this. Would be nice to minimize test output. Or a workaround via conftest.py and fixtures. ``` (base) root@65005c93c5bd:/test/access-scim-test# pip freeze ansi2html==1.6.0 astroid==2.4.2 atomicwrites==1.4.0 attrs==20.3.0 certifi==2020.11.8...