Commit 070231d
authored
updates Pants versions used for integration testing (#122)
Changes to the Pants versions used for integration testing:
- 2.30.x: Add Pants 2.30.0rc0 to the integration test. This version is
also used for the plugin's own Pants version.
- 2.29.x: Upgrade to Pants v2.29.1.
- 2.28.x: Upgrade to Pants v2.28.1.
- 2.27.x / 2.26.x: Remove testing of the plugin with Pants v2.27.x and
v2.26.x since those versions are old now.
Also upgrades Pex to v2.69.0 and the Pip version to be `latest` instead
of pinning it to `25.0` which caused issues with v25.0 not being able to
recognize `CPython<3.14` specifiers.1 parent 74d528b commit 070231d
File tree
16 files changed
+853
-2682
lines changed- .github/workflows
- 3rdparty/python
- src/python/shoalsoft/pants_opentelemetry_plugin
16 files changed
+853
-2682
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
33 | 19 | | |
34 | 20 | | |
35 | 21 | | |
| |||
41 | 27 | | |
42 | 28 | | |
43 | 29 | | |
44 | | - | |
45 | | - | |
46 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
47 | 33 | | |
48 | 34 | | |
49 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
122 | 125 | | |
123 | 126 | | |
124 | 127 | | |
125 | | - | |
126 | | - | |
| 128 | + | |
| 129 | + | |
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
130 | | - | |
131 | | - | |
| 133 | + | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
136 | 139 | | |
137 | | - | |
| 140 | + | |
138 | 141 | | |
139 | 142 | | |
140 | 143 | | |
| |||
144 | 147 | | |
145 | 148 | | |
146 | 149 | | |
147 | | - | |
| 150 | + | |
148 | 151 | | |
149 | 152 | | |
150 | 153 | | |
| |||
0 commit comments