diff options
author | David Robertson <davidr@element.io> | 2022-03-11 14:03:21 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-03-14 18:42:01 +0000 |
commit | 0bee38ec684923e1f069aa704c938aff57597642 (patch) | |
tree | fd441023dcd49ea92ace07600b00f53d3b1b5483 | |
parent | blease work (diff) | |
download | synapse-0bee38ec684923e1f069aa704c938aff57597642.tar.xz |
need parameterized
-rwxr-xr-x | .ci/scripts/test_old_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/test_old_deps.sh b/.ci/scripts/test_old_deps.sh index 1e66f79ebc..4f44884845 100755 --- a/.ci/scripts/test_old_deps.sh +++ b/.ci/scripts/test_old_deps.sh @@ -48,7 +48,7 @@ source env/bin/activate # ERROR: ldap3 2.9.1 has requirement pyasn1>=0.4.6, but you'll have pyasn1 0.1.9 which is incompatible. # Helpfully, pip doesn't indicate the error; it returns 0. # TODO: bump pyasn to >=0.4.6? -pip install .[all] +pip install .[all,test] # I've no idea why, but trial complains |