-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Plone test versions, and pin twine (#1865)
* Update Plone test versions, and pin twine * Avoid overriding version pins * Remove Python 3.8 from the test matrix for Plone 6.0, where it is no longer supported * update test output for new minor Plone version
- Loading branch information
Showing
9 changed files
with
10 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Update CI. @davisagli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,11 @@ | ||
[buildout] | ||
extends = | ||
https://dist.plone.org/release/6.0.12/versions.cfg | ||
https://dist.plone.org/release/6.0.14/versions.cfg | ||
base.cfg | ||
|
||
[buildout:python37] | ||
parts = | ||
test | ||
code-analysis | ||
|
||
[instance] | ||
recipe = plone.recipe.zope2instance | ||
zodb-temporary-storage = off | ||
|
||
[versions] | ||
# Override pin from Zope. https://github.com/zopefoundation/Zope/issues/1220 | ||
docutils = 0.21.2 | ||
pygments = 2.14.0 | ||
plone.app.linkintegrity = 4.0.3 | ||
robotframework-browser = 17.5.2 | ||
robotframework-assertion-engine = 2.0.0 | ||
robotframework-debuglibrary = 2.3.0 | ||
robotframework-pythonlibcore = 4.2.0 | ||
grpcio-tools = 1.59.0 | ||
twine = 5.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,10 @@ | ||
[buildout] | ||
extends = | ||
https://dist.plone.org/release/6.1.0a3/versions.cfg | ||
https://dist.plone.org/release/6.1.0b2/versions.cfg | ||
base.cfg | ||
|
||
[buildout:python37] | ||
parts = | ||
test | ||
code-analysis | ||
|
||
[instance] | ||
recipe = plone.recipe.zope2instance | ||
zodb-temporary-storage = off | ||
|
||
[versions] | ||
# Override pin from Zope. https://github.com/zopefoundation/Zope/issues/1220 | ||
docutils = 0.21.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
-r https://dist.plone.org/release/6.0.12/requirements.txt | ||
-r https://dist.plone.org/release/6.0.14/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
-r https://dist.plone.org/release/6.1.0a3/requirements.txt | ||
-r https://dist.plone.org/release/6.1.0b2/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters