# IT4Innovations 2020 easyblock = 'PythonPackage' name = 'pytest' version = '5.3.5' homepage = 'http://pytest.org' description = 'Simple powerful testing with Python' toolchain = {'name': 'Py', 'version': '3.7'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] #download_dep_fail = True use_pip = False dependencies = [ ('six', '1.14.0'), ('pluggy', '0.13.1'), ('attrs', '19.3.0'), ] sanity_check_paths = { 'files': [], 'dirs': ['lib/python3.7/site-packages/%(name)s-%(version)s-py3.7.egg'], } moduleclass = 'python'