File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
src/tagung/plone/de/tests Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff 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
517517setuptoools==75.8.2
518- plone.restapi>= 9.13.0
518+ plone.restapi== 9.13.3
519519
520520
Original file line number Diff line number Diff line change 77main-package = -e .[test]
88; example how to override a package version
99version-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
Original file line number Diff line number Diff line change 11from plone .app .testing import setRoles
22from plone .app .testing import TEST_USER_ID
3-
4- # from tagung.plone.de.testing import TAGUNG_PLONE_DE_FUNCTIONAL_TESTING
53from tagung .plone .de .testing import TAGUNG_PLONE_DE_INTEGRATION_TESTING
64
75import unittest
86
97
8+ # from tagung.plone.de.testing import TAGUNG_PLONE_DE_FUNCTIONAL_TESTING
9+
10+
1011class UpgradeStepIntegrationTest (unittest .TestCase ):
1112 layer = TAGUNG_PLONE_DE_INTEGRATION_TESTING
1213
You can’t perform that action at this time.
0 commit comments