# JH 2020 easyblock = 'PythonPackage' name = 'pytest' version = '6.0.1' versionsuffix = '-Python-%(pyver)s' homepage = 'http://pytest.org' description = 'Simple powerful testing with Python' toolchain = {'name': 'intel', 'version': '2020a'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] #download_dep_fail = True use_pip = False dependencies = [ ('Python', '3.8.2'), ] sanity_check_paths = { 'files': [], 'dirs': ['lib/python3.8/site-packages/%(name)s-%(version)s-py3.8.egg'], } moduleclass = 'python'