Open tillea opened 5 months ago
Is LC_ALL=C.UTF-8
required or could you use LANG=C
instead for testing? testthat
sets LANG
to C
, which is causing this warning from withr.
This test failure points out that our check for an expected warning is a few calls away from the actual code its meant to be testing. But the failure is a false positive.
Hi,
Am Mon, May 13, 2024 at 06:40:50PM -0700 schrieb Garrick Aden-Buie:
Is
LC_ALL=C.UTF-8
or could you useLANG=C
instead for testing?testthat
setsLANG
toC
, which is causing this warning from withr.
I tried this but no change:
https://salsa.debian.org/r-pkg-team/r-cran-sass/-/jobs/5724861#L367
This test failure points out that our check for an expected warning is a few calls away from the actual code its meant to be testing. But the failure is a false positive.
Sorry, I'm behind an extremely bad connection for the whole week.
Kind regards, Andreas.
Instead of LC_ALL=C
can you try LANG=C
?
Am Tue, May 14, 2024 at 01:08:31PM -0700 schrieb Garrick Aden-Buie:
Instead of
LC_ALL=C
can you tryLANG=C
?
Works. Just uploaded. Thanks for the hint, Andreas.
Describe the problem
When trying to upgrade the Debian packaged sass from version 0.4.8 to 0.4.9 I get a test suite error. We are using this test script in our CI which finally calls
This results in the error
Session Info
You can find a full build log here
Please let me know if you need further information to track down the issue. In case you can't reproduce the issue the Debian Med team policy contains a hint to a docker file which could be useful to reproduce the problem on a Debian sid system. Kind regards, Andreas.