Skip to content

Commit

Permalink
Fix buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
boulch committed Jul 5, 2023
1 parent 6647fbb commit cf91aa2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
16 changes: 6 additions & 10 deletions buildout.cfg
@@ -1,5 +1,7 @@
[buildout]
extends = http://dist.plone.org/release/5.2-latest/versions.cfg
extends =
http://dist.plone.org/release/5.2.12/versions.cfg
https://raw.githubusercontent.com/IMIO/buildout.library/main/versions.cfg
show-picked-versions = true
extensions =
mr.developer
Expand Down Expand Up @@ -28,7 +30,6 @@ eggs =
Pillow
library.policy [test]


[code-analysis]
recipe = plone.recipe.codeanalysis[recommended]
directory = ${buildout:directory}/src/library
Expand All @@ -37,25 +38,21 @@ flake8-max-complexity = 15
flake8-ignore = Q000,E501,C812,P001,P002,B901,E722,S001,W503
return-status-codes = False


[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}


[test]
recipe = zc.recipe.testrunner
eggs = ${instance:eggs}
initialization =
os.environ['TZ'] = 'UTC'
defaults = ['-s', 'library.policy', '--auto-color', '--auto-progress']


[coverage]
recipe = zc.recipe.egg
eggs = coverage


[test-coverage]
recipe = collective.recipe.template
input = inline:
Expand All @@ -69,7 +66,6 @@ input = inline:
output = ${buildout:directory}/bin/test-coverage
mode = 755


[createcoverage]
recipe = zc.recipe.egg
eggs = createcoverage
Expand All @@ -86,7 +82,6 @@ eggs =
recipe = zc.recipe.egg
eggs = zest.releaser


[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude
Expand All @@ -99,6 +94,7 @@ library.policy =


# development dependencies (tools and pre commit hook)
setuptools = 42.0.2
zc.buildout = 2.13.2
#setuptools = 42.0.2
#zc.buildout = 2.13.2
collective.z3cform.select2 = 3.0.0b2
prompt-toolkit = 1.0.18
3 changes: 1 addition & 2 deletions requirements.txt
@@ -1,2 +1 @@
setuptools==42.0.2
zc.buildout==2.13.2
-r https://dist.plone.org/release/5.2.12/requirements.txt

0 comments on commit cf91aa2

Please sign in to comment.