Skip to content

Commit

Permalink
No longer test Plone 5.2 on 3.6 and Plone 6.0 on 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Sep 29, 2022
1 parent 85874eb commit b1ba10f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:
matrix:
config:
# [Python version, tox env]
- ["3.6", "plone52-py36"]
- ["3.7", "plone52-py37"]
- ["3.8", "plone52-py38"]
- ["3.7", "plone60-py37"]
- ["3.8", "plone60-py38"]
- ["3.9", "plone60-py39"]
- ["3.10", "plone60-py310"]
Expand Down
2 changes: 2 additions & 0 deletions news/3637.breaking
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
No longer test Plone 5.2 on 3.6 and Plone 6.0 on 3.7.
[maurits]
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[tox]
envlist =
plone52-py36,
plone52-py37,
plone52-py38,
plone60-py37,
plone60-py38,
plone60-py39,
plone60-py310,
Expand All @@ -18,13 +16,13 @@ commands =
pip list
zope-testrunner --test-path={toxinidir} {posargs:-vc}

[testenv:plone52-py{36,37,38}]
[testenv:plone52-py{37,38}]
commands_pre =
pip install mxdev
mxdev -c sources-52.ini
pip install -rrequirements-52-mxdev.txt

[testenv:plone60-py{37,38,39,310}]
[testenv:plone60-py{38,39,310}]
commands_pre =
# for libvcs pin, see https://github.com/bluedynamics/mxdev/issues/10
pip install mxdev "libvcs<0.12"
Expand Down

0 comments on commit b1ba10f

Please sign in to comment.