Skip to content

Commit 49a2074

Browse files
committed
py(deps[uv-sources]): drop temporary local-path overrides
why: the [tool.uv.sources] block pinned gp-sphinx, gp-opengraph, and gp-sitemap to ../gp-sphinx/packages/<pkg> editable paths so the in-progress seo-packages branch could be exercised end-to-end on a laptop. CI cannot reach those paths, and keeping the override in place makes the seo-packages branch's CI behaviour different from every other branch's. Drop the override so the branch resolves all its dependencies from PyPI like main does — that is the cleanest substrate for testing the docs-publish flow on its own merits. what: - pyproject.toml: remove the entire [tool.uv.sources] block plus its leading comment block (lines 112-118 before this change) - uv.lock: regenerate against PyPI; gp-opengraph and gp-sitemap leave the dep tree (they never published yet) and sphinxext-opengraph v0.13.0 returns as it was before the local override
1 parent b77ca9c commit 49a2074

2 files changed

Lines changed: 35 additions & 71 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,6 @@ lint = [
109109
requires = ["hatchling"]
110110
build-backend = "hatchling.build"
111111

112-
# Temporary local overrides while the SEO packages are still on the
113-
# `seo-packages` branch of git-pull/gp-sphinx. Drop this table once the
114-
# branch is merged and a release is tagged on PyPI.
115-
[tool.uv.sources]
116-
gp-sphinx = { path = "../gp-sphinx/packages/gp-sphinx", editable = true }
117-
gp-opengraph = { path = "../gp-sphinx/packages/gp-opengraph", editable = true }
118-
gp-sitemap = { path = "../gp-sphinx/packages/gp-sitemap", editable = true }
119-
120112
[tool.mypy]
121113
strict = true
122114
python_version = "3.10"

uv.lock

Lines changed: 35 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)