Skip to content

Commit 43b5b51

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 5c9b7a6 commit 43b5b51

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
@@ -77,7 +77,7 @@ optional-dependencies.dev = [
7777
"pyright==1.1.408",
7878
"pyroma==5.0.1",
7979
"pytest==9.0.3",
80-
"pytest-beartype-tests==2026.4.19.1",
80+
"pytest-beartype-tests",
8181
"pytest-retry==1.7.0",
8282
"pytest-xdist==3.8.0",
8383
"pyyaml==6.0.3",
@@ -145,6 +145,7 @@ fallback_version = "0.0.0"
145145
version_scheme = "post-release"
146146

147147
[tool.uv]
148+
sources.pytest-beartype-tests = { git = "https://github.com/adamtheturtle/pytest-beartype-tests.git", rev = "bc81d99" }
148149
sources.torch = { index = "pytorch-cpu" }
149150
sources.torchvision = { index = "pytorch-cpu" }
150151
index = [ { name = "pytorch-cpu", url = "https://download.pytorch.org/whl/cpu", explicit = true } ]

0 commit comments

Comments
 (0)