Skip to content

Commit

Permalink
run tests on 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Jan 13, 2025
1 parent 6fc8713 commit 941a3ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- ["3.10", "plone60-py310"]
- ["3.11", "plone60-py311"]
- ["3.12", "plone60-py312"]
- ["3.10", "plone61-py310"]
- ["3.11", "plone61-py311"]
- ["3.12", "plone61-py312"]
- ["3.13", "plone61-py313"]
runs-on: ubuntu-latest
name: ${{ matrix.config[1] }}
steps:
Expand Down
4 changes: 4 additions & 0 deletions tests-6.1.x.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[buildout]
extends =
https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-6.1.x.cfg
base.cfg
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
minversion = 3.18
envlist =
plone60-py{38,39,310,311,312}
plone61-py{310,311,312,313}

[testenv]
# We do not install with pip, but with buildout:
Expand All @@ -11,6 +12,7 @@ deps =
-r requirements.txt
commands_pre =
plone60: {envbindir}/buildout -Nc {toxinidir}/tests-6.0.x.cfg buildout:directory={envdir} buildout:develop={toxinidir} install test
plone61: {envbindir}/buildout -Nc {toxinidir}/tests-6.1.x.cfg buildout:directory={envdir} buildout:develop={toxinidir} install test
commands =
# Note: to run the robot tests, we should pass --all. Currently all four fail.
{envbindir}/test {posargs:-vc}

0 comments on commit 941a3ba

Please sign in to comment.