Skip to content

Commit

Permalink
Update to current meta/config to fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Jul 6, 2023
1 parent 9c19cac commit c8e459e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Expand Up @@ -2,7 +2,6 @@
# https://github.com/zopefoundation/meta/tree/master/config/buildout-recipe
[run]
source = zc.recipe.cmmi
plugins = coverage_python_version
branch = true
parallel = true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- ["3.9", "py39"]
- ["3.10", "py310"]
- ["3.11", "py311"]
- ["pypy-3.7", "pypy3"]
- ["pypy-3.9", "pypy3"]
- ["3.9", "coverage"]

runs-on: ${{ matrix.os[1] }}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Coverage
if: matrix.config[1] == 'coverage'
run: |
pip install coveralls coverage-python-version
pip install coveralls
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 1 addition & 2 deletions .meta.toml
Expand Up @@ -2,11 +2,10 @@
# https://github.com/zopefoundation/meta/tree/master/config/buildout-recipe
[meta]
template = "buildout-recipe"
commit-id = "cc836c39"
commit-id = "fd874ae4"

[python]
with-pypy = true
with-legacy-python = true
with-sphinx-doctests = false
with-windows = false
with-future-python = false
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -17,7 +17,7 @@ ignore =
force_single_line = True
combine_as_imports = True
sections = FUTURE,STDLIB,THIRDPARTY,ZOPE,FIRSTPARTY,LOCALFOLDER
known_third_party = six, docutils, pkg_resources
known_third_party = docutils, pkg_resources, pytz
known_zope =
known_first_party =
default_section = ZOPE
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -52,7 +52,6 @@ setenv =
COVERAGE_PROCESS_START={toxinidir}/.coveragerc
deps =
coverage
coverage-python-version
commands =
mkdir -p {toxinidir}/parts/htmlcov
coverage erase
Expand Down

0 comments on commit c8e459e

Please sign in to comment.