We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9b7a6 commit 43b5b51Copy full SHA for 43b5b51
1 file changed
pyproject.toml
@@ -77,7 +77,7 @@ optional-dependencies.dev = [
77
"pyright==1.1.408",
78
"pyroma==5.0.1",
79
"pytest==9.0.3",
80
- "pytest-beartype-tests==2026.4.19.1",
+ "pytest-beartype-tests",
81
"pytest-retry==1.7.0",
82
"pytest-xdist==3.8.0",
83
"pyyaml==6.0.3",
@@ -145,6 +145,7 @@ fallback_version = "0.0.0"
145
version_scheme = "post-release"
146
147
[tool.uv]
148
+sources.pytest-beartype-tests = { git = "https://github.com/adamtheturtle/pytest-beartype-tests.git", rev = "bc81d99" }
149
sources.torch = { index = "pytorch-cpu" }
150
sources.torchvision = { index = "pytorch-cpu" }
151
index = [ { name = "pytorch-cpu", url = "https://download.pytorch.org/whl/cpu", explicit = true } ]
0 commit comments