From 3971dc4e5165e73b5db30d0094cab8201377e277 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Mon, 20 Apr 2026 07:39:32 +0100 Subject: [PATCH] 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 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 933b59d4..85e5e27b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ optional-dependencies.dev = [ "pyroma==5.0.1", "pytest==9.0.3", "pytest-asyncio==1.3.0", - "pytest-beartype-tests", + "pytest-beartype-tests==2026.4.20", "pytest-cov==7.1.0", "pyyaml==6.0.3", "ruff==0.15.11", @@ -118,7 +118,6 @@ bdist_wheel.universal = true version_scheme = "post-release" [tool.uv] -sources.pytest-beartype-tests = { git = "https://github.com/adamtheturtle/pytest-beartype-tests.git", rev = "bc81d99" } sources.torch = { index = "pytorch-cpu" } sources.torchvision = { index = "pytorch-cpu" } index = [ { name = "pytorch-cpu", url = "https://download.pytorch.org/whl/cpu", explicit = true } ]