[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53943] [PATCH] Add python-stltools
From: |
Maxime Devos |
Subject: |
[bug#53943] [PATCH] Add python-stltools |
Date: |
Fri, 25 Feb 2022 20:49:33 +0100 |
User-agent: |
Evolution 3.38.3-1 |
Evgeny Pisemsky schreef op vr 11-02-2022 om 22:00 [+0300]:
> + (replace 'check
> + (lambda _
> + (invoke "py.test" "-v"))))))
For cross-compilation and to make "--without-tests" work, this phase
needs to respect #:tests?, try
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "py.test" "-v")))))))
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part