commit: c26cdef41747e241481e3eea74f34e780fd7fc98
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 05:49:33 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 17 05:57:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26cdef4
dev-python/qiskit: Remove obsolete sed
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/qiskit/qiskit-2.0.1.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/dev-python/qiskit/qiskit-2.0.1.ebuild
b/dev-python/qiskit/qiskit-2.0.1.ebuild
index c7497513769d..6b79b698a39c 100644
--- a/dev-python/qiskit/qiskit-2.0.1.ebuild
+++ b/dev-python/qiskit/qiskit-2.0.1.ebuild
@@ -81,11 +81,6 @@ src_prepare() {
# strip forcing -Werror from tests that also leaks to other packages
sed -i -e '/filterwarnings.*error/d' test/utils/base.py || die
-
- # sigh
- find test -name '*.py' -exec \
- sed -i -e
's:assertRaises(DeprecationWarning):assertWarns(DeprecationWarning):' \
- {} + || die
}
python_test() {