Gentoo Archives: gentoo-commits

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sshtunnel/
Date: Wed, 02 Dec 2020 18:12:30
Message-Id: 1606932599.76358011b8336f98a87200aaeb582936d603918c.titanofold@gentoo
1 commit: 76358011b8336f98a87200aaeb582936d603918c
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 18:09:59 2020 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 18:09:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76358011
7
8 dev-python/sshtunnel: Restrict Tests
9
10 Closes: https://bugs.gentoo.org/723540
11 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
12
13 dev-python/sshtunnel/sshtunnel-0.1.5.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-python/sshtunnel/sshtunnel-0.1.5.ebuild b/dev-python/sshtunnel/sshtunnel-0.1.5.ebuild
17 index b20a6d1ad09..147851ff41b 100644
18 --- a/dev-python/sshtunnel/sshtunnel-0.1.5.ebuild
19 +++ b/dev-python/sshtunnel/sshtunnel-0.1.5.ebuild
20 @@ -23,4 +23,6 @@ DEPEND="${RDEPEND}
21 test? ( dev-python/tox[${PYTHON_USEDEP}] )
22 "
23
24 +RESTRICT="test"
25 +
26 distutils_enable_tests setup.py