commit: aa3816b2541eb1663a69ce4b68f04d1c26c6cdc1 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Wed Oct 6 14:42:58 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Wed Oct 6 22:15:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa3816b2
dev-python/gabbi: test network Closes: https://bugs.gentoo.org/816642 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/gabbi/gabbi-2.3.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/gabbi/gabbi-2.3.0.ebuild b/dev-python/gabbi/gabbi-2.3.0.ebuild index 297ddc088..debde45f1 100644 --- a/dev-python/gabbi/gabbi-2.3.0.ebuild +++ b/dev-python/gabbi/gabbi-2.3.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 PYTHON_COMPAT=( python3_8 ) @@ -37,4 +37,7 @@ DEPEND=" ) " +RESTRICT="test" +PROPERTIES="test_network" + distutils_enable_tests pytest