Skip to content

Commit 4a3de5b

Browse files
committed
tests: add minversions test in tox
1 parent 232f59a commit 4a3de5b

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
@@ -96,6 +96,7 @@ env_list = [
9696
"py311",
9797
"py312",
9898
"py313",
99+
"minversions",
99100
"coverage",
100101
]
101102

@@ -110,6 +111,12 @@ commands = [
110111
["pre-commit", "run", "--all-files", "--show-diff-on-failure"],
111112
]
112113

114+
[tool.tox.env.minversions]
115+
uv_resolution = "lowest-direct"
116+
commands = [
117+
["pytest", "--showlocals", "--full-trace", "{posargs}"],
118+
]
119+
113120
[tool.tox.env.coverage]
114121
commands = [
115122
["pytest", "--cov", "--cov-fail-under=100", "--cov-report", "term:skip-covered", "{posargs}"],

0 commit comments

Comments
 (0)