From d0aa62f8e2540b8d4e6dde951b7415e0e5fbd7e3 Mon Sep 17 00:00:00 2001 From: Martin Gysel Date: Mon, 24 Jan 2022 21:05:20 +0100 Subject: dev-vcs/git-cola: Disable pytest-flake8 see also https://github.com/gentoo/gentoo/pull/23927 Signed-off-by: Martin Gysel Closes: https://github.com/gentoo/gentoo/pull/23887 Signed-off-by: Sam James --- dev-vcs/git-cola/git-cola-3.12.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dev-vcs/git-cola') diff --git a/dev-vcs/git-cola/git-cola-3.12.0.ebuild b/dev-vcs/git-cola/git-cola-3.12.0.ebuild index 1aa8af03490f..51817bdd4a3b 100644 --- a/dev-vcs/git-cola/git-cola-3.12.0.ebuild +++ b/dev-vcs/git-cola/git-cola-3.12.0.ebuild @@ -34,7 +34,6 @@ BDEPEND="sys-devel/gettext test? ( ${VIRTUALX_DEPEND} dev-python/pytest[\${PYTHON_USEDEP}] - dev-python/pytest-flake8[\${PYTHON_USEDEP}] dev-python/mock[\${PYTHON_USEDEP}] dev-python/PyQt5[\${PYTHON_USEDEP},gui,widgets] ) @@ -58,6 +57,9 @@ python_prepare_all() { # fix ssh-askpass directory reference sed -i -e 's/resources\.share/resources\.prefix/' cola/app.py || die + # disable flake8 testing, it's not useful for ebuilds + sed -i -e 's:--flake8::' pytest.ini || die + distutils-r1_python_prepare_all } -- cgit v1.2.3-65-gdbad