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

Ignore siibra failing import in tests

parent f5d2c2d3
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
......@@ -66,12 +66,9 @@ class PyTvbFramework(PythonPackage):
depends_on('py-pytest-mock', type='test')
depends_on('py-beautifulsoup4', type='test')
skip_modules = ["tvb.tests.framework.adapters.creators.siibra_base_test",
"tvb.tests.framework.adapters.creators.siibra_creator_test"
]
@run_after('install')
@on_package_attributes(run_tests=True)
def install_test(self):
pytest = which('pytest')
pytest()
pytest('--ignore', 'tvb/tests/framework/adapters/creators/siibra_base_test',
'--ignore', 'tvb/tests/framework/adapters/creators/siibra_creator_test')
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