Skip to content

Commit

Permalink
- fix Python version used for coverage test and try to fix macOS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 28, 2024
1 parent 7b9921a commit 540ebf2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ testenv-commands = [
"# which occasionally fails on GITHUB",
"{envdir}/bin/alltests --layer '!Products.PluginIndexes' {posargs:-vc}",
]
coverage-basepython = "python3.8"
coverage-command = "coverage run {envdir}/bin/alltests {posargs:-vc}"
testenv-additional = [
"allowlist_externals = *",
Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ zope.globalrequest==2.0
zope.hookable==6.0
zope.i18n==5.1
zope.i18nmessageid==6.1.0
zope.interface==6.3
zope.interface==6.4.post2
zope.lifecycleevent==5.0
zope.location==5.0
zope.pagetemplate==5.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ zope.globalrequest==2.0
zope.hookable==6.0
zope.i18n==5.1
zope.i18nmessageid==6.1.0
zope.interface==6.3
zope.interface==6.4.post2
zope.lifecycleevent==5.0
zope.location==5.0
zope.pagetemplate==5.1
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html

[testenv:coverage]
basepython = python3.8
basepython = python3
skip_install = true
allowlist_externals =
{[testenv]allowlist_externals}
Expand Down
2 changes: 1 addition & 1 deletion versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ zope.globalrequest = 2.0
zope.hookable = 6.0
zope.i18n = 5.1
zope.i18nmessageid = 6.1.0
zope.interface = 6.3
zope.interface = 6.4.post2
zope.lifecycleevent = 5.0
zope.location = 5.0
zope.pagetemplate = 5.1
Expand Down

0 comments on commit 540ebf2

Please sign in to comment.