Commit 4e217e95 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Enable testrunner.

Upgrading PyStemmer requires Cython.
parent ed4be2ae
[buildout] [buildout]
extends = extends =
# Required by PyStemmer 2.0.1
../../component/cython/buildout.cfg
buildout.cfg buildout.cfg
parts -=
template-neo
parts += parts +=
# Development eggs # Development eggs
slapos-cookbook-develop slapos-cookbook-develop
slapos-cookbook slapos-cookbook
zopescripts zopescripts
PyStemmer
cython
parts -= parts -=
# template-neo
# XXX: The following parts have no support for Python 3. Ignore for now. # XXX: The following parts have no support for Python 3. Ignore for now.
rdiff-backup rdiff-backup
ocropy ocropy
...@@ -30,7 +33,6 @@ parts -= ...@@ -30,7 +33,6 @@ parts -=
tesseract-eng-traineddata tesseract-eng-traineddata
tesseract-osd-traineddata tesseract-osd-traineddata
# neoppod # neoppod
testrunner
test_suite_runner test_suite_runner
custom-js custom-js
...@@ -42,6 +44,10 @@ find-links += ...@@ -42,6 +44,10 @@ find-links +=
[zopescripts] [zopescripts]
recipe = zc.recipe.egg recipe = zc.recipe.egg
interpreter = zopepy interpreter = zopepy
entry-points =
runwsgi=Products.ERP5.bin.zopewsgi:runwsgi
extra-paths =
${erp5:location}
eggs = eggs =
Zope Zope
Paste Paste
...@@ -81,10 +87,15 @@ part = python3 ...@@ -81,10 +87,15 @@ part = python3
develop = true develop = true
branch = zope4py3 branch = zope4py3
[PyStemmer]
recipe = zc.recipe.egg:custom
egg = PyStemmer
setup-eggs =
${cython:egg}
setuptools-dso
[test_suite_runner] [test_suite_runner]
recipe = recipe =
[testrunner]
recipe =
[neoppod] [neoppod]
recipe = recipe =
[h5py] [h5py]
...@@ -119,8 +130,6 @@ recipe = ...@@ -119,8 +130,6 @@ recipe =
recipe = recipe =
[pandas] [pandas]
recipe = recipe =
[ipython]
recipe =
[python-ldap-python] [python-ldap-python]
# No patch needed anymore # No patch needed anymore
...@@ -204,7 +213,7 @@ statsmodels = 0.10.2 ...@@ -204,7 +213,7 @@ statsmodels = 0.10.2
pyzmq = 19.0.2 pyzmq = 19.0.2
PyStemmer = 2.0.1 PyStemmer = 2.0.1
python-ldap = 3.1.0 python-ldap = 3.1.0
ipython = 0.10.2 ipython = 7.31.1
cryptography = 3.2.1 cryptography = 3.2.1
Products.CMFCore = 2.4.8 Products.CMFCore = 2.4.8
Products.MailHost = 4.0 Products.MailHost = 4.0
...@@ -227,3 +236,9 @@ Products.CMFDefault = 2.2.4 ...@@ -227,3 +236,9 @@ Products.CMFDefault = 2.2.4
Products.PluggableAuthService = 2.3 Products.PluggableAuthService = 2.3
Products.PluginRegistry = 1.6 Products.PluginRegistry = 1.6
polib = 1.1.0 polib = 1.1.0
pexpect = 4.8.0
matplotlib-inline = 0.1.3
backcall = 0.2.0
prompt-toolkit = 3.0.27
jedi = 0.16.0
parso = 0.5.2
...@@ -341,6 +341,10 @@ develop = true ...@@ -341,6 +341,10 @@ develop = true
# expose entry point for test runner # expose entry point for test runner
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = ${eggs:eggs} eggs = ${eggs:eggs}
python-magic-patches = ${:_profile_base_location_}/../../component/egg-patch/python_magic/magic.patch#de0839bffac17801e39b60873a6c2068
python-magic-patch-options = -p1
PyPDF2-patches = ${:_profile_base_location_}/../../component/egg-patch/PyPDF2/0001-Custom-implementation-of-warnings.formatwarning-remo.patch#d25bb0f5dde7f3337a0a50c2f986f5c8
PyPDF2-patch-options = -p1
extra-paths = ${eggs:extra-paths} extra-paths = ${eggs:extra-paths}
entry-points = entry-points =
runUnitTest=runUnitTest:main runUnitTest=runUnitTest:main
...@@ -449,7 +453,7 @@ eggs = ${neoppod:eggs} ...@@ -449,7 +453,7 @@ eggs = ${neoppod:eggs}
lock_file lock_file
astor astor
APacheDEX APacheDEX
PyStemmer ${PyStemmer:egg}
PyXML PyXML
Pympler Pympler
SOAPpy SOAPpy
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment