]> git.eshelyaron.com Git - emacs.git/commit
Support Python 3 in 'package-test-update-archives-async'
authorkobarity <kobarity@gmail.com>
Thu, 9 May 2024 15:39:10 +0000 (00:39 +0900)
committerEshel Yaron <me@eshelyaron.com>
Sun, 12 May 2024 15:49:08 +0000 (17:49 +0200)
commit6b66ed31823700d20f8d6e7e1d0c9178221081d7
treec59db50e8df5d247bd260089c939c7f59867759d
parentbdf884d1b99a0ab39ebf7437a42cf135b7fdc6cf
Support Python 3 in 'package-test-update-archives-async'

* test/lisp/emacs-lisp/package-resources/package-test-server.py:
Support Python 3.
* test/lisp/emacs-lisp/package-tests.el
(package-test-update-archives-async): Search for an executable
named "python", "python3", or "python2".  (Bug#70722)

Co-authored-by: Lin Sun <sunlin7@hotmail.com>
(cherry picked from commit 6380806196f3806b6c2bff60ff6cddae3eee2a19)
test/lisp/emacs-lisp/package-resources/package-test-server.py
test/lisp/emacs-lisp/package-tests.el