Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/wsgi_intercept/
Date: Wed, 06 Oct 2021 22:15:48
Message-Id: 1633558538.4cbbd3c3f7edea00785d50f4dd62c59a9a9a0fc7.Alessandro-Barbieri@gentoo
1 commit: 4cbbd3c3f7edea00785d50f4dd62c59a9a9a0fc7
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 6 14:39:44 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Wed Oct 6 22:15:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4cbbd3c3
7
8 dev-python/wsgi_intercept: test_network
9
10 Closes: https://bugs.gentoo.org/816636
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
13
14 dev-python/wsgi_intercept/wsgi_intercept-1.9.2.ebuild | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/wsgi_intercept/wsgi_intercept-1.9.2.ebuild b/dev-python/wsgi_intercept/wsgi_intercept-1.9.2.ebuild
18 index 8e7984886..b0deec330 100644
19 --- a/dev-python/wsgi_intercept/wsgi_intercept-1.9.2.ebuild
20 +++ b/dev-python/wsgi_intercept/wsgi_intercept-1.9.2.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="8"
26 +EAPI=8
27
28 PYTHON_COMPAT=( python3_{8..10} pypy3 )
29
30 @@ -27,4 +27,7 @@ DEPEND="
31 )
32 "
33
34 +RESTRICT="test"
35 +PROPERTIES="test_network"
36 +
37 distutils_enable_tests pytest