diff options
Diffstat (limited to 'gnu/packages/diffoscope.scm')
| -rw-r--r-- | gnu/packages/diffoscope.scm | 8 |
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 |
