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

use import_modules instead of skip_modules

parent 7800f408
No related branches found
No related tags found
No related merge requests found
......@@ -54,4 +54,7 @@ class PyPynn(PythonPackage):
patch('pynn-0.9.6-python3.patch', when='@0.9.6 ^python@3:')
skip_modules = ['pyNN.neuroml', 'pyNN.nineml']
# neuroml and nineml are optional dependencies. Leave out of import_modules to avoid errors in tests
import_modules = ['pyNN', 'pyNN.recording', 'pyNN.standardmodels', 'pyNN.common', 'pyNN.neuron', 'pyNN.serialization', 'pyNN.nest', 'pyNN.brian2', 'pyNN.descriptions', 'pyNN.utility', 'pyNN.mock']
# TODO: for Spack>v0.19.0, skip_modules can be used instead
# skip_modules = ['pyNN.neuroml', 'pyNN.nineml']
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