Skip to content

Commit

Permalink
Update pytest version and tox env config
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Dec 2, 2024
1 parent 44a548e commit 5e309db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ include-package-data = true
"*" = ["*.parquet"]

[tool.pytest.ini_options]
minversion = "6.0"
minversion = "7.0.0"
addopts = "-v --cache-clear -rf --cov=assesspy --cov-report=term --cov-report=html --maxfail=10"
console_output_style = "count"
python_classes = "Test"
Expand Down Expand Up @@ -90,7 +90,7 @@ commands = pytest
[testenv:py{39, 310}-lowest]
uv_resolution = lowest-direct
[testenv:py{39, 310, 311, 312, 313}]
[testenv:py{310, 311, 312, 313}]
uv_resolution = highest
"""

Expand Down

0 comments on commit 5e309db

Please sign in to comment.