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

temporarily skip neuron tests

parent 0dd038ec
No related branches found
No related tags found
No related merge requests found
......@@ -70,4 +70,5 @@ class PyPynn(PythonPackage):
def install_test(self):
# run tests here:
pytest = which('pytest')
pytest()
# TODO: fix neuron tests, see !328
pytest('-k', 'not [neuron]')
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