Skip to content
Snippets Groups Projects
Commit e7d89210 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

adding easyconfigs: hypothesis-6.14.6-GCCcore-11.2.0.eb

parent a5266cc9
No related branches found
No related tags found
No related merge requests found
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': '11.2.0'}
sources = [SOURCE_TAR_GZ]
checksums = ['2586eae07e48b35ab5a2d61d607d29ba76939ce140c427d66ccf5db4ddc788d2']
builddependencies = [('binutils', '2.37')]
dependencies = [('Python', '3.9.6')]
use_pip = True
download_dep_fail = True
sanity_pip_check = True
moduleclass = 'tools'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment