unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69273] [PATCH] gnu: python-ega-download-client: Update to 5.1.0.
@ 2024-02-19 15:42 nafkhamdc
  2024-03-07 18:37 ` bug#69273: Close Andreas Enge
  0 siblings, 1 reply; 2+ messages in thread
From: nafkhamdc @ 2024-02-19 15:42 UTC (permalink / raw)
  To: 69273; +Cc: nafkhamdc

* gnu/packages/bioinformatics.scm (python-ega-download-client): Update to 5.1.0.

Change-Id: I010c3a0e7cb69184b72e8b13bad04ff2fd364f5a
---
 gnu/packages/bioinformatics.scm | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 85507b6c15..00a20aa4fc 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2541,18 +2541,20 @@ (define-public python-ega-download-client
     (build-system pyproject-build-system)
     (arguments
      (list
-      #:test-flags
-      '(list "-k"
-             ;; These tests fail because they require internet access.
-             (string-append "not test_download.py"
-                            " and not test_htsget.py"
-                            " and not test_commands.py"))
-      #:phases
-      '(modify-phases %standard-phases
-         (add-after 'unpack 'relax-requirements
-           (lambda _
-             (substitute* "setup.py"
-               (("==") ">=")))))))
+      #:test-flags '(list "-k"
+                          ;; These tests fail because they require internet access.
+                          (string-append "not test_download.py"
+                                         " and not test_htsget.py"
+                                         " and not test_commands.py"
+                          ;; The following 2 tests are failing with MaxRetriesReachedError
+                                         " and not test_download_file.py"
+                                         " and not test_download_file.py"))
+      #:phases '(modify-phases %standard-phases
+                  (add-after 'unpack 'relax-requirements
+                    (lambda _
+                      (substitute* "setup.py"
+                        (("==")
+                         ">=")))))))
     (propagated-inputs (list python-htsget python-psutil python-requests
                              python-tqdm python-urllib3))
     (native-inputs (list python-coverage python-pytest python-pyfakefs

base-commit: 052ef145215d45e1fe0e179df3b8c9626e021c2b
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69273: Close
  2024-02-19 15:42 [bug#69273] [PATCH] gnu: python-ega-download-client: Update to 5.1.0 nafkhamdc
@ 2024-03-07 18:37 ` Andreas Enge
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2024-03-07 18:37 UTC (permalink / raw)
  To: 69273-done

The patch does not update the package, we are already at this version.
Also it does not actually apply.

Actually it looks as if the tests to be disabled by this patch have
already been disabled in a different commit.

So I am closing this bug, thanks!

Andreas





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-07 18:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-19 15:42 [bug#69273] [PATCH] gnu: python-ega-download-client: Update to 5.1.0 nafkhamdc
2024-03-07 18:37 ` bug#69273: Close Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).