branch: externals/tomelr
commit 62e249f2083dbe4acb0c1b4783f8fe0b132aef73
Author: Kaushal Modi <kaushal.m...@gmail.com>
Commit: Kaushal Modi <kaushal.m...@gmail.com>

    chore: Remove a workaround unnecessary for Emacs 26.3+
---
 test/all-tests.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/test/all-tests.el b/test/all-tests.el
index 537db89ead..31beb47e0f 100644
--- a/test/all-tests.el
+++ b/test/all-tests.el
@@ -50,13 +50,6 @@
 ;; Load newer version of .el and .elc if both are available
 (setq load-prefer-newer t)
 
-;; Install map and seq from GNU ELPA only for Emacsen older than 27.x.
-(when (version< emacs-version "27.0")
-  ;; Workaround for this error on GHA when using Emacs 26.3:
-  ;;   signal(file-error ("https://elpa.gnu.org/packages/tomelr-0.2.2.tar"; 
"Bad Request"))
-  ;; https://lists.gnu.org/archive/html/help-gnu-emacs/2020-01/msg00162.html
-  (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3"))
-
 (tomelr-install)
 
 (require 'tjson-utils)

Reply via email to