Commit 139f2fe
Elod Illes
[CI][stable-only] Fix py311 and validate jobs
The two jobs are failing with error:
ModuleNotFoundError: No module named 'pkg_resources'
This is because recent setuptools (>=82.0.0) dropped pkg_resource
module from its source. Hence the workaround is to cap it for py311
and validate jobs.
Change-Id: I80b7aa537610ac5d35fa1b4c04f5246ec85a170e
Signed-off-by: Elod Illes <elod.illes@est.tech>1 parent 4ba03e9 commit 139f2fe
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
59 | 69 | | |
60 | 70 | | |
61 | 71 | | |
| |||
0 commit comments