Skip to content

Commit c361bed

Browse files
committed
net-im/synapse: restrict to <=dev-python/twisted-23.8.0
Some tests are known to fail with >twisted-23.8, see [1] [1] matrix-org/synapse#16528 Signed-off-by: Petr Vaněk <[email protected]>
1 parent e384c90 commit c361bed

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

net-im/synapse/synapse-1.93.0.ebuild renamed to net-im/synapse/synapse-1.93.0-r1.ebuild

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ DEPEND="
9494
acct-group/synapse
9595
"
9696
# <pydantic-2, see https://github.com/matrix-org/synapse/issues/15858
97+
# >twisted-23.8 breaks tests, see https://github.com/matrix-org/synapse/pull/16528
9798
RDEPEND="
9899
${DEPEND}
99100
dev-python/attrs[${PYTHON_USEDEP}]
@@ -122,7 +123,7 @@ RDEPEND="
122123
dev-python/signedjson[${PYTHON_USEDEP}]
123124
dev-python/sortedcontainers[${PYTHON_USEDEP}]
124125
dev-python/treq[${PYTHON_USEDEP}]
125-
dev-python/twisted[${PYTHON_USEDEP}]
126+
<=dev-python/twisted-23.8.0[${PYTHON_USEDEP}]
126127
dev-python/typing-extensions[${PYTHON_USEDEP}]
127128
dev-python/unpaddedbase64[${PYTHON_USEDEP}]
128129
postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )

net-im/synapse/synapse-1.95.0.ebuild renamed to net-im/synapse/synapse-1.95.0-r1.ebuild

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ DEPEND="
9393
acct-user/synapse
9494
acct-group/synapse
9595
"
96+
# >twisted-23.8 breaks tests, see https://github.com/matrix-org/synapse/pull/16528
9697
RDEPEND="
9798
${DEPEND}
9899
dev-python/attrs[${PYTHON_USEDEP}]
@@ -121,7 +122,7 @@ RDEPEND="
121122
dev-python/signedjson[${PYTHON_USEDEP}]
122123
dev-python/sortedcontainers[${PYTHON_USEDEP}]
123124
dev-python/treq[${PYTHON_USEDEP}]
124-
dev-python/twisted[${PYTHON_USEDEP}]
125+
<=dev-python/twisted-23.8.0[${PYTHON_USEDEP}]
125126
dev-python/typing-extensions[${PYTHON_USEDEP}]
126127
dev-python/unpaddedbase64[${PYTHON_USEDEP}]
127128
postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )

0 commit comments

Comments
 (0)