# IT4Innovations 2020 easyblock = 'PythonPackage' name = 'ReFrame' version = '2.21' homepage = 'https://github.com/eth-cscs/reframe' description = '''ReFrame is a framework for writing regression tests for HPC systems.''' toolchain = {'name': 'Py', 'version': '3.7'} source_urls = ['https://pypi.python.org/packages/source/R/ReFrame-HPC'] sources = ['ReFrame-HPC-%(version)s.tar.gz'] download_dep_fail = True use_pip = False dependencies = [ ('pytest', '5.3.5'), ] sanity_check_paths = { 'files': ['bin/reframe'], 'dirs': [] } sanity_check_commands = ['reframe -V'] moduleclass = 'devel'