diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-17 22:59:05 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-17 23:04:00 +0900 |
| commit | 152450668f02e5bb3f7dfaf11db85f00c84c9200 (patch) | |
| tree | 0ef3839c665afaf4f8ce6cb13753c5d37ac9e7c0 /gnu/packages/patches/emacs-elpy-dup-test-name.patch | |
| parent | 1e0c99eaca7ef7406004b456d74f6a2f64631e8d (diff) | |
gnu: emacs-elpy: Update to 1.35.0-3.0b381f5.
* gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.35.0-3.0b381f5.
[source]: Delete patches.
* gnu/packages/patches/emacs-elpy-dup-test-name.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
Change-Id: Ida97fd5ad3fa58b6315bef93fd6dc9b8d7e19118
Diffstat (limited to 'gnu/packages/patches/emacs-elpy-dup-test-name.patch')
| -rw-r--r-- | gnu/packages/patches/emacs-elpy-dup-test-name.patch | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/gnu/packages/patches/emacs-elpy-dup-test-name.patch b/gnu/packages/patches/emacs-elpy-dup-test-name.patch deleted file mode 100644 index 02f3f45cec..0000000000 --- a/gnu/packages/patches/emacs-elpy-dup-test-name.patch +++ /dev/null @@ -1,60 +0,0 @@ -Forwarded upstream: https://github.com/jorgenschaefer/elpy/pull/2031 - -diff --git a/test/elpy-config--insert-help-test.el b/test/elpy-config--insert-help-test.el -index bb293ff..2584fd4 100644 ---- a/test/elpy-config--insert-help-test.el -+++ b/test/elpy-config--insert-help-test.el -@@ -2,6 +2,6 @@ - ;; with output. We will test its constituent functions later, and just - ;; make sure it doesn't throw an error here. - --(ert-deftest elpy-config-should-not-fail () -+(ert-deftest elpy-config-should-not-fail-insert-help () - (elpy-testcase () - (elpy-config--insert-help))) -diff --git a/test/elpy-library-root-test.el b/test/elpy-library-root-test.el -index fdc88b2..2f7484c 100644 ---- a/test/elpy-library-root-test.el -+++ b/test/elpy-library-root-test.el -@@ -4,7 +4,7 @@ - (should (f-equal? (elpy-library-root) - project-root)))) - --(ert-deftest elpy-library-root-should-find-current-directory () -+(ert-deftest elpy-library-root-should-find-current-directory-2 () - (elpy-testcase ((:project project-root - "p1/p2/test.py" - "p1/p2/__init__.py" -diff --git a/test/elpy-open-and-indent-line-above-test.el b/test/elpy-open-and-indent-line-above-test.el -index d846712..790dd26 100644 ---- a/test/elpy-open-and-indent-line-above-test.el -+++ b/test/elpy-open-and-indent-line-above-test.el -@@ -1,4 +1,4 @@ --(ert-deftest elpy-open-and-indent-line-below () -+(ert-deftest elpy-open-and-indent-line-above () - (elpy-testcase () - (elpy-enable) - (python-mode) -diff --git a/test/elpy-rpc-get-usages-test.el b/test/elpy-rpc-get-usages-test.el -index 85f0ad4..be5d7c5 100644 ---- a/test/elpy-rpc-get-usages-test.el -+++ b/test/elpy-rpc-get-usages-test.el -@@ -1,4 +1,4 @@ --(ert-deftest elpy-rpc-get-completions () -+(ert-deftest elpy-rpc-get-completions-usages () - (elpy-testcase () - (mletf* ((called-args nil) - (elpy-rpc (&rest args) (setq called-args args))) -diff --git a/test/elpy-rpc-test.el b/test/elpy-rpc-test.el -index 8b5bdca..3ff6965 100644 ---- a/test/elpy-rpc-test.el -+++ b/test/elpy-rpc-test.el -@@ -17,7 +17,7 @@ - (should (equal error 'elpy-rpc--default-error-callback)))) - (elpy-rpc "test-method" nil 'success)))) - --(ert-deftest elpy-rpc-should-use-default-without-error-callback () -+(ert-deftest elpy-rpc-should-use-default-without-error-callback-2 () - (elpy-testcase () - (mletf* ((elpy-rpc--call-blocking - (method params) |
