diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-12 00:34:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-12 00:56:23 +0100 |
commit | 2945e01b323912236435c5170638facc21260fc4 (patch) | |
tree | bbbeb0f1ce367e16065d9385c273aa9e9a1fc0d2 /dev-python/flask-security | |
parent | dev-util/promu: 0.7.0 bump (diff) | |
download | gentoo-2945e01b323912236435c5170638facc21260fc4.tar.gz gentoo-2945e01b323912236435c5170638facc21260fc4.tar.bz2 gentoo-2945e01b323912236435c5170638facc21260fc4.zip |
dev-python/flask-security: Fix test failures due to httpbin plugin
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-security')
-rw-r--r-- | dev-python/flask-security/flask-security-3.4.4.ebuild | 4 |
1 files 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 acca5c68373b..6e871e8f1011 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::' \ |