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

Merge branch 'add-siibra-package-tests' into 'add-siibra-package'

Enable siibra package tests

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!353
parents b4f0d619 516d1832
No related branches found
No related tags found
3 merge requests!357create new experimental release,!353Enable siibra package tests,!351Add siibra package
Pipeline #23422 passed with stage
in 18 minutes and 16 seconds
......@@ -32,11 +32,11 @@ class PySiibra(PythonPackage):
depends_on('py-typing-extensions', type=('build', 'run'), when='^python@:3.7')
depends_on('py-filelock', type=('build', 'run'))
depends_on('py-pytest', type='test')
depends_on('py-pytest', type=('test'))
# @run_after('install')
# @on_package_attributes(run_tests=True)
# def install_test(self):
# with working_dir('spack-test', create=True):
# pytest("-rx")
@run_after('install')
@on_package_attributes(run_tests=True)
def install_test(self):
pytest = which("pytest")
pytest("-rx")
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