Skip to content
Snippets Groups Projects
Commit b8e957f5 authored by Lia Domide's avatar Lia Domide :christmas_tree:
Browse files

Add missing pytest dependency

parent 2797840a
No related branches found
No related tags found
4 merge requests!301create new experimental release,!300add spack post-installation testing,!279update py-elephant to 0.12.0,!226Upgrade TVB packages. Add unit-tests
Pipeline #20372 failed with stage
in 23 minutes and 41 seconds
...@@ -29,6 +29,8 @@ class PyTvbGdist(PythonPackage): ...@@ -29,6 +29,8 @@ class PyTvbGdist(PythonPackage):
depends_on('py-scipy', type=('build', 'run')) depends_on('py-scipy', type=('build', 'run'))
depends_on('py-cython', type=('build', 'run')) depends_on('py-cython', type=('build', 'run'))
depends_on('py-pytest', type='test')
@run_after('install') @run_after('install')
@on_package_attributes(run_tests=True) @on_package_attributes(run_tests=True)
def install_test(self): def install_test(self):
......
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