Discussion:
Processed: Re: r-cran-dplyr: autopkgtest regression in testing
Add Reply
Debian Bug Tracking System
2024-10-31 16:40:01 UTC
Reply
Permalink
forwarded -1 https://github.com/tidyverse/dplyr/issues/7099
Bug #1072630 [src:r-cran-dplyr] r-cran-dplyr: autopkgtest regression in testing
Set Bug forwarded-to-address to 'https://github.com/tidyverse/dplyr/issues/7099'.
--
1072630: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072630
Debian Bug Tracking System
Contact ***@bugs.debian.org with problems
Guilhem Moulin
2024-11-06 01:10:01 UTC
Reply
Permalink
Hi,
So if you know a good way to enable debci to provide the needed locale
to debci, please let me know.
I believe that the thread starting with
https://lists.debian.org/msgid-search/***@torres.zugschlus.de
was for tests running during packaging, but the same tricks can be used
for autopkgtests too.

I've done the following in a similar situation:

Test-Command: mkdir -p tests/.locale &&
localedef -c -i en_US -f UTF-8 tests/.locale/en_US.utf8 &&
env LOCPATH="$(pwd)/tests/.locale" test_command
Depends: locales, [
]

Or just ‘Depends: locales-all’ but that'll lead to slightly longer
running tests.

Cheers,
--
Guilhem.
Loading...