diff options
-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 |