Skip to content

Commit

Permalink
- fix outdated Python version for tox coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 8, 2024
1 parent d237c27 commit 8eb19b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ testenv-additional = [
" coverage report -m --fail-under=100",
"depends = py38,py39,py310,py311,py311-datetime,py312,py313,coverage",
]
coverage-basepython = "python3.8"
coverage-command = "pytest --cov=src --cov=tests --cov-report= {posargs}"
coverage-setenv = [
"COVERAGE_FILE=.coverage",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ commands =
sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest

[testenv:coverage]
basepython = python3.8
basepython = python3
allowlist_externals =
mkdir
deps =
Expand Down

0 comments on commit 8eb19b6

Please sign in to comment.