Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycurl/
Date: Mon, 16 Jul 2018 17:41:12
Message-Id: 1531762862.a609da309695ef71215a7f4e73f4fa7c73e1b559.mgorny@gentoo
1 commit: a609da309695ef71215a7f4e73f4fa7c73e1b559
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 16 17:32:47 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 17:41:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a609da30
7
8 dev-python/pycurl: Enable running standalone test
9
10 dev-python/pycurl/pycurl-7.43.0.2.ebuild | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/dev-python/pycurl/pycurl-7.43.0.2.ebuild b/dev-python/pycurl/pycurl-7.43.0.2.ebuild
14 index f88599c7048..63e90028aff 100644
15 --- a/dev-python/pycurl/pycurl-7.43.0.2.ebuild
16 +++ b/dev-python/pycurl/pycurl-7.43.0.2.ebuild
17 @@ -63,6 +63,7 @@ python_compile() {
18
19 python_test() {
20 nosetests -a '!standalone,!gssapi' -v --with-flaky || die "Tests fail with ${EPYTHON}"
21 + nosetests -a 'standalone' -v --with-flaky || die "Tests fail with ${EPYTHON}"
22 }
23
24 python_install_all() {