Skip to content

Commit 3971dc4

Browse files
committed
Pin pytest-beartype-tests to 2026.4.20 on PyPI
Replace the temporary [tool.uv.sources] git pin to bc81d99 with the published wheel on PyPI (same Sybil-safe plugin behavior). Made-with: Cursor
1 parent ed09493 commit 3971dc4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ optional-dependencies.dev = [
6161
"pyroma==5.0.1",
6262
"pytest==9.0.3",
6363
"pytest-asyncio==1.3.0",
64-
"pytest-beartype-tests",
64+
"pytest-beartype-tests==2026.4.20",
6565
"pytest-cov==7.1.0",
6666
"pyyaml==6.0.3",
6767
"ruff==0.15.11",
@@ -118,7 +118,6 @@ bdist_wheel.universal = true
118118
version_scheme = "post-release"
119119

120120
[tool.uv]
121-
sources.pytest-beartype-tests = { git = "https://github.com/adamtheturtle/pytest-beartype-tests.git", rev = "bc81d99" }
122121
sources.torch = { index = "pytorch-cpu" }
123122
sources.torchvision = { index = "pytorch-cpu" }
124123
index = [ { name = "pytorch-cpu", url = "https://download.pytorch.org/whl/cpu", explicit = true } ]

0 commit comments

Comments
 (0)