Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nilearn/
Date: Wed, 12 Oct 2016 06:31:11
Message-Id: 1475403095.7931e23c3d4b5f680c6ff1d884ec9008eebb977c.marbre@gentoo
1 commit: 7931e23c3d4b5f680c6ff1d884ec9008eebb977c
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Sun Oct 2 10:11:35 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sun Oct 2 10:11:35 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7931e23c
7
8 sci-biology/nilearn: fixed gtk testing error (#690)
9
10 Package-Manager: portage-2.3.1
11
12 sci-biology/nilearn/nilearn-0.1.4.1.ebuild | 3 ++-
13 sci-biology/nilearn/nilearn-0.2.4.ebuild | 3 ++-
14 sci-biology/nilearn/nilearn-0.2.5.ebuild | 3 ++-
15 sci-biology/nilearn/nilearn-0.2.6.ebuild | 3 ++-
16 sci-biology/nilearn/nilearn-9999.ebuild | 3 ++-
17 5 files changed, 10 insertions(+), 5 deletions(-)
18
19 diff --git a/sci-biology/nilearn/nilearn-0.1.4.1.ebuild b/sci-biology/nilearn/nilearn-0.1.4.1.ebuild
20 index 9814724..a7c626a 100644
21 --- a/sci-biology/nilearn/nilearn-0.1.4.1.ebuild
22 +++ b/sci-biology/nilearn/nilearn-0.1.4.1.ebuild
23 @@ -32,5 +32,6 @@ RDEPEND="
24 S="${WORKDIR}/${PN}-${MY_PV}"
25
26 python_test() {
27 - nosetests -v || die
28 + echo "backend: Agg" > matplotlibrc
29 + MPLCONFIGDIR=. nosetests -v || die
30 }
31
32 diff --git a/sci-biology/nilearn/nilearn-0.2.4.ebuild b/sci-biology/nilearn/nilearn-0.2.4.ebuild
33 index 7816b7e..4666a3a 100644
34 --- a/sci-biology/nilearn/nilearn-0.2.4.ebuild
35 +++ b/sci-biology/nilearn/nilearn-0.2.4.ebuild
36 @@ -29,5 +29,6 @@ RDEPEND="
37 plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
38
39 python_test() {
40 - nosetests -v || die
41 + echo "backend: Agg" > matplotlibrc
42 + MPLCONFIGDIR=. nosetests -v || die
43 }
44
45 diff --git a/sci-biology/nilearn/nilearn-0.2.5.ebuild b/sci-biology/nilearn/nilearn-0.2.5.ebuild
46 index 7816b7e..4666a3a 100644
47 --- a/sci-biology/nilearn/nilearn-0.2.5.ebuild
48 +++ b/sci-biology/nilearn/nilearn-0.2.5.ebuild
49 @@ -29,5 +29,6 @@ RDEPEND="
50 plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
51
52 python_test() {
53 - nosetests -v || die
54 + echo "backend: Agg" > matplotlibrc
55 + MPLCONFIGDIR=. nosetests -v || die
56 }
57
58 diff --git a/sci-biology/nilearn/nilearn-0.2.6.ebuild b/sci-biology/nilearn/nilearn-0.2.6.ebuild
59 index 7816b7e..4666a3a 100644
60 --- a/sci-biology/nilearn/nilearn-0.2.6.ebuild
61 +++ b/sci-biology/nilearn/nilearn-0.2.6.ebuild
62 @@ -29,5 +29,6 @@ RDEPEND="
63 plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
64
65 python_test() {
66 - nosetests -v || die
67 + echo "backend: Agg" > matplotlibrc
68 + MPLCONFIGDIR=. nosetests -v || die
69 }
70
71 diff --git a/sci-biology/nilearn/nilearn-9999.ebuild b/sci-biology/nilearn/nilearn-9999.ebuild
72 index 36d9a30..9c9fb9d 100644
73 --- a/sci-biology/nilearn/nilearn-9999.ebuild
74 +++ b/sci-biology/nilearn/nilearn-9999.ebuild
75 @@ -30,5 +30,6 @@ RDEPEND="
76 plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
77
78 python_test() {
79 - nosetests -v || die
80 + echo "backend: Agg" > matplotlibrc
81 + MPLCONFIGDIR=. nosetests -v || die
82 }