Skip to content

Commit 95b5a46

Browse files
committed
Pin pytest-beartype-tests to git revision (Sybil-safe)
Use git+https dependency until the next PyPI release includes adamtheturtle/pytest-beartype-tests@bc81d99.
1 parent e86ba23 commit 95b5a46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
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==2026.4.19.1",
64+
"pytest-beartype-tests",
6565
"pytest-cov==7.1.0",
6666
"pyyaml==6.0.3",
6767
"ruff==0.15.11",
@@ -118,6 +118,7 @@ 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" }
121122
sources.torch = { index = "pytorch-cpu" }
122123
sources.torchvision = { index = "pytorch-cpu" }
123124
index = [ { name = "pytorch-cpu", url = "https://download.pytorch.org/whl/cpu", explicit = true } ]

0 commit comments

Comments
 (0)