From f31a9832f9ec158a19404396773da6c1495e0a09 Mon Sep 17 00:00:00 2001 From: Godefroid Chapelle Date: Mon, 13 Jan 2025 15:38:28 +0100 Subject: [PATCH] run tests on 6.1 --- .github/workflows/test.yml | 4 ++++ tests-6.1.x.cfg | 4 ++++ tox.ini | 2 ++ 3 files changed, 10 insertions(+) create mode 100644 tests-6.1.x.cfg diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1af9ded9..eb0386ae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: diff --git a/tests-6.1.x.cfg b/tests-6.1.x.cfg new file mode 100644 index 00000000..b238ff84 --- /dev/null +++ b/tests-6.1.x.cfg @@ -0,0 +1,4 @@ +[buildout] +extends = + https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-6.1.x.cfg + base.cfg diff --git a/tox.ini b/tox.ini index 83dd2cd2..0055e963 100644 --- a/tox.ini +++ b/tox.ini @@ -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: @@ -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}