Commit 40382042 authored by Xavier Thompson's avatar Xavier Thompson

software/slapos-testing: Add statsmodels to test disk space promise

parent 15569ea9
...@@ -24,6 +24,11 @@ extends = ...@@ -24,6 +24,11 @@ extends =
../../component/openvpn/buildout.cfg ../../component/openvpn/buildout.cfg
../../component/babeld/buildout.cfg ../../component/babeld/buildout.cfg
../../component/bridge-utils/buildout.cfg ../../component/bridge-utils/buildout.cfg
# Components for check_free_dick_space
../../component/pandas/buildout.cfg
../../component/statsmodels/buildout.cfg
../../component/scipy/buildout.cfg
# <<<
../../stack/slapos.cfg ../../stack/slapos.cfg
../../stack/caucase/buildout.cfg ../../stack/caucase/buildout.cfg
../../stack/nxdtest.cfg ../../stack/nxdtest.cfg
...@@ -35,6 +40,10 @@ parts = ...@@ -35,6 +40,10 @@ parts =
phantomjs phantomjs
template template
# Build GCC with Fortran for OpenBLAS
[gcc]
max_version = 0
[bootstrap-slapos.recipe.cmmi] [bootstrap-slapos.recipe.cmmi]
# install our develop version of slapos.recipe.cmmi before anything else, # install our develop version of slapos.recipe.cmmi before anything else,
# otherwise it will be installed from pypi by dependencies. # otherwise it will be installed from pypi by dependencies.
...@@ -155,6 +164,10 @@ eggs += ...@@ -155,6 +164,10 @@ eggs +=
${rubygemsrecipe-setup:egg} ${rubygemsrecipe-setup:egg}
zope.testing zope.testing
supervisor supervisor
${pandas:egg}
# Eggs for check_free_dick_space
${statsmodels:egg}
${scipy:egg}
${extra-eggs:eggs} ${extra-eggs:eggs}
[eggs/scripts] [eggs/scripts]
...@@ -276,3 +289,7 @@ nemu = 0.3.1 ...@@ -276,3 +289,7 @@ nemu = 0.3.1
multiping = 1.1.2 multiping = 1.1.2
python-passfd = 0.2 python-passfd = 0.2
python-unshare = 0.2 python-unshare = 0.2
# Statsmodel for check_free_dick_space
statsmodels = 0.11.1
patsy = 0.5.1
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