We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d14c3 commit c22db9eCopy full SHA for c22db9e
backend/pyproject.toml
@@ -187,3 +187,7 @@ testpaths = ["tests"]
187
source_pkgs = ["plonegovbr.brfields", "tests"]
188
branch = true
189
parallel = true
190
+omit = [
191
+ "src/plonegovbr/brfields/locales/__init__.py",
192
+ "src/plonegovbr/brfields/locales/__main__.py",
193
+]
backend/src/plonegovbr/brfields/profiles.zcml
@@ -1,6 +1,7 @@
1
<configure
2
xmlns="http://namespaces.zope.org/zope"
3
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4
+ xmlns:zcml="http://namespaces.zope.org/zcml"
5
i18n_domain="plonegovbr.brfields"
6
>
7
0 commit comments