File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
9798RDEPEND="
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} ] )
Original file line number Diff line number Diff 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
9697RDEPEND="
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} ] )
You can’t perform that action at this time.
0 commit comments