Skip to content
Snippets Groups Projects
Commit 30ac9264 authored by Andrew Davison's avatar Andrew Davison
Browse files

ensure pynn.hardware is skipped

parent 0c890f02
No related branches found
No related tags found
2 merge requests!330create new experimental release,!327Update PyNN
......@@ -59,4 +59,4 @@ class PyPynn(PythonPackage):
patch('pynn-0.9.6-python3.patch', when='@0.9.6 ^python@3:')
# neuroml and nineml are optional dependencies. Leave out of import_modules to avoid errors in tests
skip_modules = ['pyNN.neuroml', 'pyNN.nineml']
skip_modules = ['pyNN.neuroml', 'pyNN.nineml', 'pyNN.hardware']
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