Commit 60e7f6d
authored
fix: pin pip dependencies (#66)
Installing dependencies via pip implicitly uses "latest". In this case,
"latest" for robotframework broke our tests due to a bug introduced in
version 7.4.
Generally, dependencies shall be pinned. Otherwise, all hell breaks
loose.1 parent 848166b commit 60e7f6d
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments