Tomasz Kłoczko

Results 2524 comments of Tomasz Kłoczko

It is possible to integrete calling doxygen or any other tool into copy.py. Otherr thing is ther sphinx has at least few native API doc generators.

Updated list of warnings for latest 4.34.0 On building my packages I'm using `sphinx-build` command with `-n` switch which shows warmings about missing references. These are not critical issues. Here...

Don't worry. I'm only messenger. I'm reporting only what I see and I'm not expecting miracles 😃

> Some of the scripts used to generate documentation probably assume we are always building from the git repo, it likely uses this to fetch version (tag/commit sha) information. That...

Just tested 0.15.0 and I have still failing units ```console + PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-flake8-pie-0.15.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-flake8-pie-0.15.0-2.fc35.x86_64/usr/lib/python3.8/site-packages + /usr/bin/pytest -ra =========================================================================== test session starts ============================================================================ platform linux -- Python 3.8.12, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 rootdir: /home/tkloczko/rpmbuild/BUILD/flake8-pie-0.15.0...

> Hmm I usually use poetry to manage my virtual envs (although this repo is using a truly ancient version) BTW: nn mean time I've switched to pep517 build procerure....

I've switches to pep517 and lates poetry `build` shows me: ```console + /usr/bin/python3 -sBm build -w --no-isolation * Getting dependencies for wheel... ERROR Missing dependencies: poetry>=0.12 cachecontrol[filecache] (>=0.12.9, lockfile (>=0.9)...

I think that at least build dependencies can be updated.

Looks like below patch fixe all relative imports. ```patch --- a/colorama/tests/winterm_test.py~ 2020-10-13 05:46:33.000000000 +0100 +++ b/colorama/tests/winterm_test.py 2022-01-10 15:25:56.441529729 +0000 @@ -7,7 +7,7 @@ except ImportError: from mock import Mock, patch...

> It looks like you're running this on a file system with SELinux attributes enable Yep .. that is true. Thank you 😄