Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: Gentoo Developer Mailing List <gentoo-dev@l.g.o>
Cc: python@g.o
Subject: [gentoo-dev] Packages with optional test dependencies
Date: Sun, 06 Jan 2013 10:39:38
Message-Id: 20130106113842.03b42401@pomiocik.lan
1 Hello,
2
3 There are some Python packages which have a bunch of optional tests
4 utilizing external packages. For example, the dev-python/logilab-common
5 runs a few additional tests if dev-python/egenix-mx-base is installed;
6 if the package is not installed, it just skips those tests.
7
8 Those tests can't be really considered 'heavy' or in any way suggesting
9 use of an additional USE flag.
10
11 Do you believe that the ebuilds should:
12
13 a) depend on all optional test dependencies conditionally to USE=test,
14 therefore always requesting the widest (and consistent) testing,
15
16 b) not depend on the optional test dependencies, resulting in less
17 dependencies for most users but also a bit inconsistent test
18 experience,
19
20 c) put the optional test dependencies behind an additional USE flag?
21
22 --
23 Best regards,
24 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Packages with optional test dependencies "Diego Elio Pettenò" <flameeyes@×××××××××.eu>
[gentoo-dev] Re: Packages with optional test dependencies Ryan Hill <dirtyepic@g.o>