Skip to content
Snippets Groups Projects
Commit c07ffa60 authored by Dani Beltrán's avatar Dani Beltrán
Browse files

Update package.py

parent 974892b6
No related branches found
No related tags found
2 merge requests!357create new experimental release,!355Added tests to all our spackages
This commit is part of merge request !355. Comments created here will be created in the context of that merge request.
......@@ -14,3 +14,9 @@ class BiobbIo(PythonPackage):
# Dependencies
depends_on('biobb-common')
depends_on('python@3.8:', type=('build', 'run'))
# Test
@run_after('install')
@on_package_attributes(run_tests=True)
def check_install (self):
python("-c", 'import biobb_io')
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