summaryrefslogtreecommitdiff
path: root/gnu/packages/diffoscope.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-27 00:17:03 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:47 +0100
commit34f887fe88d491e4505a5cd65f286c93ac844930 (patch)
treec334c712de90f2b3f4b93c30c4fef6fabc279739 /gnu/packages/diffoscope.scm
parentbee80aa2bc35aa7760cf20c5f587bc1c99c4892f (diff)
gnu: reprotest: Drop phase adjust-importlib-resources-for-old-python.
* gnu/packages/diffoscope.scm (reprotest)[arguments]<#:phases>: Drop phase 'adjust-importlib-resources-for-old-python. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/diffoscope.scm')
-rw-r--r--gnu/packages/diffoscope.scm8
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index f45d2f565c4..b0261039a5b 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -289,14 +289,6 @@ install.")
289 (for-each (lambda (file) 289 (for-each (lambda (file)
290 (chmod file #o755)) 290 (chmod file #o755))
291 (find-files #$output "autopkgtest-virt-.*")))) 291 (find-files #$output "autopkgtest-virt-.*"))))
292 ;; Adjust use of importlib.resources to use python 3.10 compatible
293 ;; syntax, which requires an argument.
294 ;; Drop when switching to python 3.12+.
295 (add-after 'unpack 'adjust-importlib-resources-for-old-python
296 (lambda _
297 (substitute* "reprotest/__init__.py"
298 (("importlib.resources.files\\(\\)")
299 "importlib.resources.files(package='reprotest')"))))
300 (add-after 'unpack 'skip-most-tests 292 (add-after 'unpack 'skip-most-tests
301 ;; These tests require functionality not available in the guix 293 ;; These tests require functionality not available in the guix
302 ;; build environment 294 ;; build environment