diff options
| author | 2025-10-30 21:52:17 +0000 | |
|---|---|---|
| committer | 2025-11-10 18:41:30 +0000 | |
| commit | 3a160834b80237b805fbae0d7aff6b58b9dd205c (patch) | |
| tree | c6dc00d3d7c19b1b4ccb8e6dd825fdb779f3a5ad /pyproject.toml | |
| parent | Ruff 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.toml | 2 |
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", |