Commit 9ba4449
authored
fix(automl): remove unused libcst extra and constraints (#18056)
`libcst` was historically included in `google-cloud-automl` extras and
testing constraints, but is not imported or used anywhere in the package
or test suite.
During pre-release / core dependencies testing on newer Python versions,
`pip` attempts to build `libcst` from source, which fails due to the
missing Rust toolchain in CI build environments.
Googlers, see:
https://fusion2.corp.google.com/ci;prev=s/kokoro/prod:cloud-devrel%2Fclient-libraries%2Fpython%2Fgoogleapis%2Fgoogle-cloud-python%2Fcontinuous%2Fcore_deps/activity/5b360144-9a17-4e4a-844b-deba86b165f7/log?q=google-cloud-python&s=p1 parent db1622a commit 9ba4449
3 files changed
Lines changed: 0 additions & 4 deletions
File tree
- .librarian/generator-input/client-post-processing
- packages/google-cloud-automl
- testing
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
202 | 201 | | |
203 | 202 | | |
204 | 203 | | |
| |||
215 | 214 | | |
216 | 215 | | |
217 | 216 | | |
218 | | - | |
219 | 217 | | |
220 | 218 | | |
221 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments