Skip to content

Commit acf6ce9

Browse files
authored
Merge pull request #33 from plone/fix-backend-versions
Update plone.restapi and plone.autoinclude versions. Needed plonerest.api 9.13.2 or higher to fix this issue plone/plone.restapi#1891
2 parents 1d90d28 + 7a038dc commit acf6ce9

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

backend/constraints-mxdev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@ pas-plugins-authomatic==2.0.0b3
513513

514514
###############################################################################
515515
# mxdev constraint overrides
516-
plone.autoinclude==2.0.0
516+
plone.autoinclude==2.0.3
517517
setuptoools==75.8.2
518-
plone.restapi>=9.13.0
518+
plone.restapi==9.13.3
519519

520520

backend/mx.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
main-package = -e .[test]
88
; example how to override a package version
99
version-overrides =
10-
plone.autoinclude==2.0.0
10+
plone.autoinclude==2.0.3
1111
setuptoools==75.8.2
12-
plone.restapi>=9.13.0
12+
plone.restapi==9.13.3
1313
; example section to use packages from git
1414
; [example.contenttype]
1515
; url = https://github.com/collective/example.contenttype.git

backend/src/tagung/plone/de/tests/test_upgrade_step_1004.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
from plone.app.testing import setRoles
22
from plone.app.testing import TEST_USER_ID
3-
4-
# from tagung.plone.de.testing import TAGUNG_PLONE_DE_FUNCTIONAL_TESTING
53
from tagung.plone.de.testing import TAGUNG_PLONE_DE_INTEGRATION_TESTING
64

75
import unittest
86

97

8+
# from tagung.plone.de.testing import TAGUNG_PLONE_DE_FUNCTIONAL_TESTING
9+
10+
1011
class UpgradeStepIntegrationTest(unittest.TestCase):
1112
layer = TAGUNG_PLONE_DE_INTEGRATION_TESTING
1213

0 commit comments

Comments
 (0)