commit: 3dbb1c9f63f96366fab4e6dbc73184620cee5f60
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 15:19:07 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 15:19:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbb1c9f
dev-python/twisted: comment for exported LINES and COLUMNS envs
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
dev-python/twisted/twisted-24.7.0_rc1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/twisted/twisted-24.7.0_rc1.ebuild
b/dev-python/twisted/twisted-24.7.0_rc1.ebuild
index dc3b1cf4ce80..ceb4aee19fe2 100644
--- a/dev-python/twisted/twisted-24.7.0_rc1.ebuild
+++ b/dev-python/twisted/twisted-24.7.0_rc1.ebuild
@@ -117,6 +117,8 @@ python_test() {
# breaks some tests by overriding empty environment
local -x SANDBOX_ON=0
+ # for py3.13, see
+ # https://github.com/twisted/twisted/pull/12092#issuecomment-2194326096
local -x LINES=25
local -x COLUMNS=80
"${EPYTHON}" -m twisted.trial twisted ||