Skip to content

Commit

Permalink
net-im/synapse: restrict <dev-python/twisted-23.8.1
Browse files Browse the repository at this point in the history
Some tests are known to fail with >twisted-23.8, see [1]

[1] matrix-org/synapse#16528

Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
  • Loading branch information
arkamar committed Nov 1, 2023
1 parent e384c90 commit f9fc83d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -94,6 +94,7 @@ DEPEND="
acct-group/synapse
"
# <pydantic-2, see https://github.com/matrix-org/synapse/issues/15858
# >twisted-23.8 breaks tests, see https://github.com/matrix-org/synapse/pull/16528
RDEPEND="
${DEPEND}
dev-python/attrs[${PYTHON_USEDEP}]
Expand Down Expand Up @@ -122,7 +123,7 @@ RDEPEND="
dev-python/signedjson[${PYTHON_USEDEP}]
dev-python/sortedcontainers[${PYTHON_USEDEP}]
dev-python/treq[${PYTHON_USEDEP}]
dev-python/twisted[${PYTHON_USEDEP}]
<dev-python/twisted-23.8.1[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
dev-python/unpaddedbase64[${PYTHON_USEDEP}]
postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
Expand Down
Expand Up @@ -93,6 +93,7 @@ DEPEND="
acct-user/synapse
acct-group/synapse
"
# >twisted-23.8 breaks tests, see https://github.com/matrix-org/synapse/pull/16528
RDEPEND="
${DEPEND}
dev-python/attrs[${PYTHON_USEDEP}]
Expand Down Expand Up @@ -121,7 +122,7 @@ RDEPEND="
dev-python/signedjson[${PYTHON_USEDEP}]
dev-python/sortedcontainers[${PYTHON_USEDEP}]
dev-python/treq[${PYTHON_USEDEP}]
dev-python/twisted[${PYTHON_USEDEP}]
<dev-python/twisted-23.8.1[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
dev-python/unpaddedbase64[${PYTHON_USEDEP}]
postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
Expand Down

0 comments on commit f9fc83d

Please sign in to comment.