From 1e0c99eaca7ef7406004b456d74f6a2f64631e8d Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 17 Sep 2025 22:38:51 +0900 Subject: [PATCH] gnu: emacs-elpy: Reinstate one test. * gnu/packages/emacs-xyz.scm (emacs-elpy) [#:phases] {disable-broken-tests}: Reinstate elpy-shell-get-or-create-process-should-add-project-root, which passes again. Change-Id: If757b3c28884685ebfc66c583aa144828d3762fd --- gnu/packages/emacs-xyz.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index dcbe99de3693d03058606891996b2055491384a7..ca99b8502bff7e065813df71856b24d5bf2f2f51 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -17793,10 +17793,6 @@ indentation guides in Emacs: (substitute* "elpy-company-backend-test.el" (("elpy-company-backend-should-find-.*-prefix-string.*" all) (string-append all " :expected-result :failed\n"))) - (substitute* "elpy-shell-get-or-create-process-test.el" - (("elpy-shell-get-or-create-process-should-add-project-root\ --to-path.*" all) - (string-append all " :expected-result :failed\n"))) (substitute* "elpy-format-code-test.el" (("elpy-should-format-code-with-default-formatter.*" all) (string-append all " :expected-result :failed\n"))))))