Skip to content
Snippets Groups Projects
Commit aeda38bc authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

minor fix

parent f4dafa5d
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
Pipeline #20521 failed with stage
in 3 hours, 5 minutes, and 9 seconds
...@@ -70,5 +70,5 @@ class PyTvbFramework(PythonPackage): ...@@ -70,5 +70,5 @@ class PyTvbFramework(PythonPackage):
@on_package_attributes(run_tests=True) @on_package_attributes(run_tests=True)
def install_test(self): def install_test(self):
pytest = which('pytest') pytest = which('pytest')
pytest('--ignore', 'tvb/tests/framework/adapters/creators/siibra_base_test', pytest('--ignore', 'tvb/tests/framework/adapters/creators/siibra_base_test.py',
'--ignore', 'tvb/tests/framework/adapters/creators/siibra_creator_test') '--ignore', 'tvb/tests/framework/adapters/creators/siibra_creator_test.py')
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