diff options
| author | 2025-11-11 02:04:12 +0000 | |
|---|---|---|
| committer | 2025-11-11 02:04:12 +0000 | |
| commit | bf32749515465f5aee14596e54903db87e0f8cc3 (patch) | |
| tree | 351399b299fea4f70263e050e88c15d6149dc1d8 /pyproject.toml | |
| parent | Document class members in DocItem NamedTuple (diff) | |
Update pytest to 9.0.0 and remove pytest-subtests
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9420fee8d..7f1df0457 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,9 +38,8 @@ dev = [ "coverage==7.11.0", "httpx==0.28.1", "pre-commit==4.3.0", - "pytest==8.4.2", + "pytest==9.0.0", "pytest-cov==7.0.0", - "pytest-subtests==0.14.1", "pytest-xdist==3.8.0", "ruff==0.14.2", "taskipy==1.14.1", |