diff --git a/guix/build/pyproject-build-system.scm b/guix/build/pyproject-build-system.scm index 78b9325e320..97fd4862f07 100644 --- a/guix/build/pyproject-build-system.scm +++ b/guix/build/pyproject-build-system.scm @@ -175,6 +175,8 @@ builder.build_wheel(sys.argv[3], config_settings=config_settings)" (if (null? test-flags) '("test" "-v") test-flags))) + ('python + (apply invoke "python" test-flags)) ;; The developer should explicitly disable tests in this case. (else (raise (condition (&test-system-not-found)))))) (format #t "test suite not run~%")))