easyconfigs-it4i/h/hypothesis/hypothesis-6.14.6-GCCcore-10.2.0.eb
Lukas Krupcik fa4b2c02a3 new file: h/hypothesis/hypothesis-6.14.6-GCCcore-10.2.0.eb
new file:   n/NAMD/NAMD-2.9-intel-2017c-mpi.eb
	new file:   p/PSI4/PSI4-1.3.2-intel-2020a-Python-3.8.2-karolina.eb
	new file:   p/pybind11/pybind11-2.7.1-GCCcore-10.2.0.eb
	modified:   p/pytest/pytest-6.0.1-intel-2020a-Python-3.8.2.eb
	new file:   s/SciPy-bundle/SciPy-bundle-2020.03-AOCC-3.1.0-OAMD-2021a.eb
	new file:   s/SciPy-bundle/test-SciPy-bundle-2021.10-AOCC-3.1.0-OAMD-2021a.eb
2021-11-01 14:04:00 +01:00

26 lines
731 B
Plaintext

# IT4Innovations 2021
# LK
easyblock = 'PythonPackage'
name = 'hypothesis'
version = '6.14.6'
homepage = "https://github.com/HypothesisWorks/hypothesis"
description = """Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized
by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets
you find more bugs in your code with less work."""
toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
sources = [SOURCE_TAR_GZ]
checksums = ['2586eae07e48b35ab5a2d61d607d29ba76939ce140c427d66ccf5db4ddc788d2']
dependencies = [('Python', '3.8.6')]
use_pip = True
download_dep_fail = True
sanity_pip_check = True
moduleclass = 'tools'