Control: tag -1 unreproducible moreinfo On Wed, 9 Aug 2017 08:48:19 -0700 Daniel Schepler <dschep...@gmail.com> wrote: > debian/rules override_dh_auto_test > make[1]: Entering directory '/build/python-apt-1.4.0~beta3' > set -e; for python in python2.7 python3.6 python3.5 ; do \ > $python tests/test_all.py -q || [ "linux" = "hurd" ]; \ > done; > [tests] Running on 2.7.13+ (default, Jul 19 2017, 18:15:03) [GCC 6.4.0 > 20170704] > Using library_dir: > '/build/python-apt-1.4.0~beta3/build/lib.linux-x86_64-2.7'WARNING: > Failed to read mirror file > WARNING: Failed to read mirror file
Was this a one-time failure or is it reproducible? I cannot reproduce it because the tests are skipped in my setup as well as they are skipped on the buildds: because there is no /etc/apt/sources.list in my pbuilders - only /etc/apt/sources.list.d/*.list. The buildds seem to use a similar chroot setup without /etc/apt/sources.list So the bigger underlying problem is "tests require /etc/apt/sources.list to be run". And thereafter perhaps "tests require network access". Andreas