Commit 60b9769
fix: bump xblocks-contrib to match master's app-code changes
Master's xblocks-contrib upgrade (#38988, v0.17.0 -> v1.0.5) restructured
the package's internal modules and updated application code to match
(e.g. imports from xblocks_contrib.problem.capa.testing). That app-code
change merged cleanly (no git conflict), but xblocks-contrib is
unconstrained in our pyproject.toml, so a plain `uv lock` kept it at the
old 0.17.0 -- breaking pylint/unit-test collection with
ModuleNotFoundError. Bumped via `uv lock --upgrade-package xblocks-contrib`;
verified the new module path exists in the installed package.1 parent 12c2333 commit 60b9769
3 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1301 | 1301 | | |
1302 | 1302 | | |
1303 | 1303 | | |
1304 | | - | |
| 1304 | + | |
1305 | 1305 | | |
1306 | 1306 | | |
1307 | 1307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1560 | 1560 | | |
1561 | 1561 | | |
1562 | 1562 | | |
1563 | | - | |
| 1563 | + | |
1564 | 1564 | | |
1565 | 1565 | | |
1566 | 1566 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments