Skip to content
Snippets Groups Projects
Commit dfb0b4b3 authored by Moritz Kern's avatar Moritz Kern Committed by Eleni Mathioulaki
Browse files

fix(py-elephant): skip tests with lazy data creation

parent 83cc870c
No related branches found
No related tags found
1 merge request!591[FIX] py_elephant fix tests
Pipeline #55808 passed with stage
in 3 hours, 28 minutes, and 35 seconds
......@@ -84,4 +84,6 @@ class PyElephant(PythonPackage, CudaPackage):
pytest = which('pytest')
# skip some tests that seem to fail on HPC deployments,
# see https://gitlab.ebrains.eu/ri/tech-hub/platform/esd/ebrains-spack-builds/-/issues/38
pytest('-k', 'not test_WPLI_ground_truth_consistency_real_LFP_dataset and not test_multitaper_cohere_perfect_cohere')
# test_WPLI_ground_truth_consistency_real_LFP_dataset, test_multitaper_cohere_perfect_cohere
# skip the following due to issue with neo > 0.13.0 https://github.com/NeuralEnsemble/elephant/pull/634
pytest('-k', 'not test_WPLI_ground_truth_consistency_real_LFP_dataset and not test_multitaper_cohere_perfect_cohere and not test_neo_tools and not test_statistics and not test_trials')
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