commit: 15391e543eff7700dc0ae676dde560eaeac477a5 Author: Henri Gasc <gasc <AT> eurecom <DOT> fr> AuthorDate: Sat Feb 4 21:29:58 2023 +0000 Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr> CommitDate: Sat Feb 4 21:30:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15391e54
dev-python/gazpacho: Allow the use of internet for tests Closes: https://bugs.gentoo.org/893194 Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr> dev-python/gazpacho/gazpacho-1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/gazpacho/gazpacho-1.1.ebuild b/dev-python/gazpacho/gazpacho-1.1.ebuild index 4c7619716..bf70ddeb5 100644 --- a/dev-python/gazpacho/gazpacho-1.1.ebuild +++ b/dev-python/gazpacho/gazpacho-1.1.ebuild @@ -21,4 +21,5 @@ RDEPEND="" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${BDEPEND}" +PROPERTIES="test_network" distutils_enable_tests pytest