Antero Mejr via Guix-patches via schreef op wo 15-06-2022 om 01:27 [+0000]: > +      ;; 181 failed, 2235 pass. Pulls test datasets off the web, no-go for Guix > +      #:tests? #f How about only disabling tests that download from the web? Are all of these test failures due to downloading from the web or are there some other tests too? > + (synopsis "Pure Python package for reading and writing DICOM data") Unlike some language-specific package managers, Guix supports using dependents from other languages without any complications, so no need to mention ‘Pure’ here. > + pydicom provides a pure Python package It doesn't provide a Python package, it is a Python package, especially if pydicom is replaced by @code{python-pydicom}. Greetings, Maxime.