summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-07-31 17:19:07 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-07-31 17:19:07 +0200
commit3dbb1c9f63f96366fab4e6dbc73184620cee5f60 (patch)
tree269534d7df2f1b59beac13026fca012e7106c4a8 /dev-python/twisted
parentdev-python/twisted: restrict <net-misc/openssh-9.7 for tests (diff)
downloadgentoo-3dbb1c9f63f96366fab4e6dbc73184620cee5f60.tar.gz
gentoo-3dbb1c9f63f96366fab4e6dbc73184620cee5f60.tar.bz2
gentoo-3dbb1c9f63f96366fab4e6dbc73184620cee5f60.zip
dev-python/twisted: comment for exported LINES and COLUMNS envs
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/twisted')
-rw-r--r--dev-python/twisted/twisted-24.7.0_rc1.ebuild2
1 files changed, 2 insertions, 0 deletions
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 ||