Skip to content
Snippets Groups Projects
Commit 944250d5 authored by Moritz-Alexander-Kern's avatar Moritz-Alexander-Kern
Browse files

add elephant extras as test dependency

parent 4a5f5acb
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ class PyViziphant(PythonPackage): ...@@ -30,6 +30,7 @@ class PyViziphant(PythonPackage):
depends_on('py-seaborn@0.9.0:', type=('build', 'run')) depends_on('py-seaborn@0.9.0:', type=('build', 'run'))
depends_on("py-pytest", type=("test"), when="@0.3.0:") depends_on("py-pytest", type=("test"), when="@0.3.0:")
depends_on("py-elephant@0.9.0 +extras", type=("test"), when="@0.3.0:")
@run_after('install') @run_after('install')
@on_package_attributes(run_tests=True) @on_package_attributes(run_tests=True)
......
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