Skip to content

R: don't use APT cache for dependencies

Antonio Terceiro requested to merge r-dont-use-apt-cache into master

The contents of the APT cache is almost not always relevant to the package being tested. For example on ci.debian.net, autodep8 runs on stable, while most testing is done on testing and unstable. Extra test dependencies need to be defined by package maintainers using existing support for packages-specific configuration cf. autodep(1).

Closes: #961138

Merge request reports

Loading