tests: Disable grafts in 'tests/builders.scm'.

This is required since the introduction of the OpenSSL graft in the
parent commit so that calling 'package-derivation' in the Python tests
would not trigger a build.

* tests/builders.scm <top level>: Add '%graft?' call.
This commit is contained in:
Ludovic Courtès 2021-09-07 14:44:39 +02:00
parent d9dfbf886d
commit 9bea983e4f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -49,6 +49,9 @@ (define %store
(define url-fetch*
(store-lower url-fetch))
;; Globally disable grafts because they can trigger early builds.
(%graft? #f)
(test-begin "builders")