From 704fb4c5b7e4342128fe2b7612a2ef58bdd80a45 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Sat, 23 Aug 2025 17:58:41 -0400 Subject: [PATCH] test: remove pytest-optional-tests --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 928791a..9e0da19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,6 @@ dev = [ ] tests = [ "pytest-cov ~= 4.1", - "pytest-optional-tests", "pytest ~= 7.1", "vcrpy", "tox ~= 4.15",