aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-10-30 21:52:17 +0000
committerGravatar Joe Banks <[email protected]>2025-11-10 18:41:30 +0000
commit3a160834b80237b805fbae0d7aff6b58b9dd205c (patch)
treec6dc00d3d7c19b1b4ccb8e6dd825fdb779f3a5ad /pyproject.toml
parentRuff fixes for Python 3.14 and Ruff 0.14.2 (diff)
Downgrade pytest-subtests 0.14.1 to resolve DumpError
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7ae2d1dd8..0f28a80e8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,7 +41,7 @@ dev = [
"pre-commit==4.3.0",
"pytest==8.4.2",
"pytest-cov==7.0.0",
- "pytest-subtests==0.15.0",
+ "pytest-subtests==0.14.1",
"pytest-xdist==3.8.0",
"ruff==0.14.2",
"taskipy==1.14.1",