Skip to content
Snippets Groups Projects
Commit cde66327 authored by Lia Domide's avatar Lia Domide :christmas_tree:
Browse files

Add flack. Skip bids_monitor module

parent 6e2e274e
No related branches found
No related tags found
4 merge requests!301create new experimental release,!300add spack post-installation testing,!279update py-elephant to 0.12.0,!226Upgrade TVB packages. Add unit-tests
......@@ -36,7 +36,7 @@ class PyTvbFramework(PythonPackage):
depends_on('py-cherrypy', type=('build', 'run'))
depends_on('py-docutils', type=('build', 'run'))
depends_on('py-formencode', type=('build', 'run'))
# depends_on('py-gevent', type=('build', 'run'))
depends_on('py-flask', type=('build', 'run'))
depends_on('py-h5py', type=('build', 'run'))
depends_on('py-jinja2', type=('build', 'run'))
depends_on('py-matplotlib', type=('build', 'run'))
......@@ -45,12 +45,11 @@ class PyTvbFramework(PythonPackage):
depends_on('py-pandas', type=('build', 'run'))
depends_on('py-pillow', type=('build', 'run'))
depends_on('py-psutil', type=('build', 'run'))
# keycloack
depends_on('py-python-keycloak', type=('build', 'run'))
depends_on('py-requests', type=('build', 'run'))
depends_on('py-scikit-learn', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run'))
#siibra
# siibra
depends_on('py-simplejson', type=('build', 'run'))
depends_on('py-six', type=('build', 'run'))
depends_on('py-sqlalchemy', type=('build', 'run'))
......@@ -65,6 +64,8 @@ class PyTvbFramework(PythonPackage):
depends_on('py-pytest-mock', type='test')
depends_on('py-beautifulsoup4', type='test')
skip_modules = ["tvb.interfaces.rest.bids_monitor"]
@run_after('install')
@on_package_attributes(run_tests=True)
def install_test(self):
......
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