From 0bee38ec684923e1f069aa704c938aff57597642 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Fri, 11 Mar 2022 14:03:21 +0000 Subject: [PATCH] need parameterized --- .ci/scripts/test_old_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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