# IT4Innovations 2019

easyblock = 'PythonPackage'

name = 'pytest'
version = '4.4.0'

homepage = 'http://pytest.org'
description = 'Simple powerful testing with Python'

toolchain = {'name': 'Py', 'version': '2.7'}

source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]

dependencies = [
    ('six', '1.12.0'),
    ('pluggy', '0.9.0'),
    ('attrs', '19.1.0'),
]

sanity_check_paths = {
    'files': [],
    'dirs': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'],
}

moduleclass = 'python'