Skip to content

Commit bfdc421

Browse files
committed
Do not install other profiles in the distribution
1 parent ca94c1a commit bfdc421

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

backend/src/kitconcept/website/distributions/website/profiles.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"base": [
3-
"plone.app.contenttypes:default",
4-
"plonetheme.barceloneta:default",
5-
"plone.restapi:default",
6-
"plone.volto:default",
73
"kitconcept.website:default"
84
],
95
"content": []

backend/src/kitconcept/website/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
class BaseFixture(kitconceptDistributionFixture):
2828
PACKAGE_NAME = "kitconcept.website"
2929
sites = (("kitconcept-website", DEFAULT_ANSWERS),)
30-
internal_packages: tuple[str] = (
30+
internal_packages: tuple[str, ...] = (
3131
"plone.restapi",
3232
"plone.volto",
3333
"kitconcept.core",

0 commit comments

Comments
 (0)