Commit 985742f
authored
[ci] Install redis from Debian (#1777)
For the CI runner, install the python3 redis packages from the Ubuntu
repos instead of via pip. This has the advantage of the version being
fixed for the Debian version the test runner is using.
Also remove some development package installations, which shouldn't be
needed for running these tests.
This works around the regression for Unix sockets introduced in redis
7.2.0 (see also redis/redis-py#3957 and redis/redis-py#3957).
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>1 parent 566c04a commit 985742f
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 103 | | |
107 | 104 | | |
| 105 | + | |
108 | 106 | | |
109 | 107 | | |
110 | 108 | | |
| |||
0 commit comments