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

Merge branch '28-testing-issue-py-cerebrus' into 'test-spacktests-workaround'

Resolve "Testing issue: py-cerebrus"

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!238
parents ace14421 be414ad7
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,!238Resolve "Testing issue: py-cerebrus"
Pipeline #20571 canceled with stage
in 22 seconds
......@@ -17,4 +17,5 @@ class PyCerebrus(PythonPackage):
version('1.3.4', sha256='d1b21b3954b2498d9a79edf16b3170a3ac1021df88d197dc2ce5928ba519237c')
depends_on('python@3.6.9:')
depends_on('py-setuptools', type=('build', 'run'))
\ No newline at end of file
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-pytest', type=('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