Tomasz Kłoczko

Results 2524 comments of Tomasz Kłoczko

https://github.com/python-trio/trio/pull/2203 looks like it is about openssl and it nout touches any of the documentation files :)

BTW .. ```console SKIPPED [22] testing/test_nose.py:6: could not import 'nose': No module named 'nose' ``` I think that this can be now removed as `nose` is only for python 2.x.

Issue is that `nose` depends on few modules which are not in-so-good-condition in context of python 3.x😋

IIRC `nose-case` and some related .. I don't remeber now exact details as more than year ago I made decision to get rid of `nose` from set of rpm packages...

Just retested 7.1.3 and sttill I see failing `testing/python/raises.py::TestRaises::test_raises_exception_looks_iterable` unit. Is it anything what I can try to do to help diagnose that units? 🤔

Looks like in just released 7.1.2 there are still some warnings: ```console + /usr/bin/sphinx-build -n -T -b man doc/en build/sphinx/man Running Sphinx v4.5.0 making output directory... done [autosummary] generating autosummary...

Just retested 7.1.2. Looks like it is progess .. 50% less failing units !!😝 ```console + cd pytest-7.1.2 + PYTHONDONTWRITEBYTECODE=1 + PATH=/home/tkloczko/rpmbuild/BUILDROOT/python-pytest-7.1.2-2.fc35.x86_64/usr/bin:/usr/bin:/usr/sbin:/usr/local/sbin + PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-pytest-7.1.2-2.fc35.x86_64/usr/lib/python3.8/site-packages + /home/tkloczko/rpmbuild/BUILDROOT/python-pytest-7.1.2-2.fc35.x86_64/usr/bin/pytest -ra --import-mode=importlib -p no:flaky...

Which one code and in what "weird way"?

Any update on that issue?