From 3c8a4d64ffb9fe80ffbb32981bae72b0e690b0fa Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 14 Apr 2023 21:01:34 -0400 Subject: maint: Merge sanity-check-next.py into sanity-check.py. * gnu/packages/aux-files/python/sanity-check-next.py: Rename to... * gnu/packages/aux-files/python/sanity-check.py: ... this. * guix/build-system/pyproject.scm (sanity-check.py): Adjust file name. * Makefile.am (AUX_FILES): De-register sanity-check-next.py. --- guix/build-system/pyproject.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'guix/build-system') diff --git a/guix/build-system/pyproject.scm b/guix/build-system/pyproject.scm index 44d6650ba9..2a2c3af3f3 100644 --- a/guix/build-system/pyproject.scm +++ b/guix/build-system/pyproject.scm @@ -55,8 +55,7 @@ (module-ref python 'python-toolchain))) (define sanity-check.py - ;; TODO: Merge with sanity-check.py in the next rebuild cycle. - (search-auxiliary-file "python/sanity-check-next.py")) + (search-auxiliary-file "python/sanity-check.py")) (define* (lower name #:key source inputs native-inputs outputs system target -- cgit v1.2.3