Skip to content

Commit 686f874

Browse files
committed
tests: add minversions test in tox
1 parent 731b719 commit 686f874

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ env_list = [
101101
"py311",
102102
"py312",
103103
"py313",
104+
"minversions",
104105
"doc",
105106
"coverage",
106107
]
@@ -116,6 +117,12 @@ commands = [
116117
["pre-commit", "run", "--all-files", "--show-diff-on-failure"],
117118
]
118119

120+
[tool.tox.env.minversions]
121+
uv_resolution = "lowest-direct"
122+
commands = [
123+
["pytest", "--showlocals", "--full-trace", "{posargs}"],
124+
]
125+
119126
[tool.tox.env.doc]
120127
commands = [
121128
["sphinx-build", "--builder", "html", "doc", "build/sphinx/html"],

0 commit comments

Comments
 (0)