pgajdos
pgajdos
By the way, packaging CHANGELOG.md in PyPI tarball would be perfect.
See: https://trello.com/c/S6eADbii/64-remove-python-mock https://fedoraproject.org/wiki/Changes/DeprecatePythonMock
I am not sure how the pr should look like then ;). In case you do not consider python2, then ```sed -i 's:from mock:from unittest.mock:' test/*.py``` do the trick for...
It is 32-bit or 64-bit linux. I do not remember much; when I run it on live system, I am getting in verbatim: ``` $ python3 test.py Some objects timed...
Hello, could you please provide link for 1.9.32.8? Thanks!
@crowell, thank you; could you please provide link for 1.9.32.8 final when done?
I have tried to reproduce with version 1.6.2 (built against x265 and libde265), and I succeeded: ``` $ valgrind -q ./heif-convert /192382/heap-overflow.poc out.png File contains 1 images ==2255== Invalid read...
At least for 3.8, 3.9 and 3.10 following works for me: ``` --- django-mailer-2.2.orig/tests/test_mailer.py 2022-05-09 17:23:15.968311514 +0200 +++ django-mailer-2.2/tests/test_mailer.py 2022-05-09 17:23:15.976311564 +0200 @@ -12,7 +12,7 @@ from django.core.exceptions import Impro...
Yes, this issue is meant this way: in case mock is not available, we could use built-in unittest.mock instead. JFYI, I tried just mock -> unittest.mock (https://build.opensuse.org/package/view_file/home:pgajdos:python/python-napalm/python-napalm-no-mock.patch) and this works...
I can second that. Unit tests can be used by packagers to test the distro package.