Michał Górny

Results 448 issues of Michał Górny

Besides installing cvise to site-packages, we need to get the modules byte-compiled. Now, that's a non-trivial task and CMake is horrible at it, so it'd be best to actually use...

Always use $(MAKE) instead of literal 'make' to spawn the correct make variant. Otherwise, e.g. when using 'gmake' on FreeBSD the Makefiles spawn BSD make and things fail because of...

When bedup fails during the process due to exception (maximum recursion depth exceeded / #29) in this case, it leaves files immutable on the fs: ``` $ lsattr -R |&...

When bedup terminates due to unexpected exception, it tries to umount the private mount. However, this fails since the mountpoint is busy: ``` umount: /tmp/tmpp_8fj7sv.privmnt: target is busy (In some...

Fix the test failures reported in #1175.

When running the test suite using Python 3.11.0b1, I get the following test failures/errors: ```pytb $ tox -e py311 GLOB sdist-make: /tmp/websockets/setup.py py311 create: /tmp/websockets/.tox/py311 py311 inst: /tmp/websockets/.tox/.tmp/package/1/websockets-10.4.dev13+gc4a4b6f.zip py311 installed:...

In addition to #197 and #198, the following tests fail on Python 3.7 and newer. This seems to be the same problem as #145, except that it happens with included...

In addition to #197, the following test fails with py3.6+ (I don't have an older version to test). It passes when using py2.7. ``` _________________________________________ TestOnePdf.test_repaginate_7037a992b80b60f0294016037baa9292.pdf _________________________________________ self = def...

The following test fails for me on all Python versions I've tried. I suspect reportlab version may be relevant (I've tested 3.5.13 and 3.5.42). ``` ==================================================================== FAILURES ===================================================================== __________________________________________________________ TestOnePdf.test_rl1_platypus...

Full pytest output follows: ``` ============================= test session starts ============================== platform linux -- Python 3.10.0b3, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 rootdir: /tmp/parso, configfile: pytest.ini, testpaths: parso, test plugins: case-1.5.3, xprocess-0.17.1, mock-3.6.1, expect-1.1.0,...