added pytest dep

This commit is contained in:
John Lancaster
2026-02-21 00:49:48 -06:00
parent 78b00857c5
commit 8e45257744
2 changed files with 41 additions and 0 deletions

View File

@@ -22,3 +22,6 @@ dev = [
"pre-commit>=4.5.1",
"ruff>=0.15.2",
]
test = [
"pytest>=9.0.2",
]