Skip to content

Commit

Permalink
- do not force Python 3.8 in the tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 17, 2024
1 parent 5ad56eb commit fb33f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ testenv-commands = [
"# which occasionally fails on GITHUB",
"{envdir}/bin/alltests --layer '!Products.PluginIndexes' {posargs:-vc}",
]
coverage-basepython = "python3.8"
coverage-basepython = "python3"
coverage-command = "coverage run {envdir}/bin/alltests {posargs:-vc}"
testenv-additional = [
"allowlist_externals = *",
Expand All @@ -59,7 +59,7 @@ testenv-additional = [
" pre-commit run --all-files --show-diff-on-failure",
"",
"[testenv:autopep8]",
"basepython = python3.8",
"basepython = python3",
"skip_install = true",
"deps =",
" -cconstraints.txt",
Expand Down

0 comments on commit fb33f80

Please sign in to comment.