diff mbox series

bug#37968: [PATCH] gnu: python-pyro4: Update to 4.77.

Message ID 874kzsv8lp.fsf@devup.no
State Accepted
Headers show
Series bug#37968: [PATCH] gnu: python-pyro4: Update to 4.77. | expand

Commit Message

Marius Bakke Oct. 28, 2019, 9:54 p.m. UTC
Giacomo Leidi <goodoldpaul@autistici.org> writes:

> * gnu/packages/python-xyz.scm (python-pyro4): Update to 4.77.

Applied with this tiny change:
Apparently the tests never ran before.  In the future, it would be great
to selectively disable just the tests that require network access, so
that we notice any breakage early.

Anyway, thanks for the patch!
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 57fb77a95a..bf5371c07a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14337,9 +14337,8 @@  such as figshare or Zenodo.")
        (sha256
         (base32 "0gsjg869y4gpy265s1gj1f2qy6jn5iz8r2bwwnq78r1r5yi15zib"))))
     (build-system python-build-system)
-    ;; FIXME
     (arguments
-     '(#:tests? #f)) ; The test suite requires network access.
+     '(#:tests? #f)) ;FIXME: Some tests require network access.
     (native-inputs
      `(("python-cloudpickle" ,python-cloudpickle)
        ("python-dill" ,python-dill)