commit:     2945e01b323912236435c5170638facc21260fc4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 23:34:17 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 23:56:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2945e01b

dev-python/flask-security: Fix test failures due to httpbin plugin

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/flask-security/flask-security-3.4.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/flask-security/flask-security-3.4.4.ebuild 
b/dev-python/flask-security/flask-security-3.4.4.ebuild
index acca5c68373..6e871e8f101 100644
--- a/dev-python/flask-security/flask-security-3.4.4.ebuild
+++ b/dev-python/flask-security/flask-security-3.4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -59,7 +59,7 @@ PATCHES=(
 
 src_prepare() {
        sed -i -e '/setup_requires/d' setup.py || die
-       sed -e 's:--cov flask_security::' \
+       sed -e 's@--cov flask_security@-p no:httpbin@' \
                -e 's:--cov-report term-missing::' \
                -e 's:--black::' \
                -e 's:--flake8::' \

Reply via email to