easybuilders / easybuild-easyconfigs

A collection of easyconfig files that describe which software to build using which build options with EasyBuild.
https://easybuild.io
GNU General Public License v2.0
382 stars 704 forks source link

{lib,tools}[GCCcore/13.3.0] pytest-xdist v3.6.1, pytest v8.3.3 #21879

Open ThomasHoffmann77 opened 3 days ago

ThomasHoffmann77 commented 3 days ago

(created using eb --new-pr)

github-actions[bot] commented 3 days ago

Updated software pytest-xdist-3.6.1-GCCcore-13.3.0.eb

Diff against pytest-xdist-3.3.1-GCCcore-12.3.0.eb [easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-3.3.1-GCCcore-12.3.0.eb](https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-3.3.1-GCCcore-12.3.0.eb) ```diff diff --git a/easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-3.3.1-GCCcore-12.3.0.eb b/easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-3.6.1-GCCcore-13.3.0.eb index e9fc2a36b3..254e2c6a8b 100644 --- a/easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-3.3.1-GCCcore-12.3.0.eb +++ b/easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-3.6.1-GCCcore-13.3.0.eb @@ -1,7 +1,7 @@ easyblock = 'PythonBundle' name = 'pytest-xdist' -version = '3.3.1' +version = '3.6.1' homepage = 'https://github.com/pytest-dev/pytest-xdist' description = """xdist: pytest distributed testing plugin @@ -27,16 +27,16 @@ program source code to the remote place. All test results are reported back and displayed to your local terminal. You may specify different Python versions and interpreters.""" -toolchain = {'name': 'GCCcore', 'version': '12.3.0'} +toolchain = {'name': 'GCCcore', 'version': '13.3.0'} builddependencies = [ - ('binutils', '2.40'), - ('hatchling', '1.18.0'), + ('binutils', '2.42'), + ('hatchling', '1.24.2'), ] dependencies = [ - ('Python', '3.11.3'), - ('pytest', '7.4.2'), + ('Python', '3.12.3'), + ('pytest', '8.3.3'), ] use_pip = True @@ -46,12 +46,13 @@ exts_list = [ ('apipkg', '3.0.2', { 'checksums': ['c7aa61a4f82697fdaa667e70af1505acf1f7428b1c27b891d204ba7a8a3c5e0d'], }), - ('execnet', '2.0.2', { - 'checksums': ['cc59bc4423742fd71ad227122eb0dd44db51efb3dc4095b45ac9a08c770096af'], + ('execnet', '2.1.1', { + 'checksums': ['5189b52c6121c24feae288166ab41b32549c7e2348652736540b9e6e7d4e72e3'], }), (name, version, { 'modulename': 'xdist', - 'checksums': ['d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93'], + 'source_tmpl': 'pytest_xdist-%(version)s.tar.gz', + 'checksums': ['ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d'], }), ] ```
Diff against pytest-xdist-2.5.0-GCCcore-11.3.0.eb [easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-2.5.0-GCCcore-11.3.0.eb](https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-2.5.0-GCCcore-11.3.0.eb) ```diff diff --git a/easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-2.5.0-GCCcore-11.3.0.eb b/easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-3.6.1-GCCcore-13.3.0.eb index 9d96c47ef0..254e2c6a8b 100644 --- a/easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-2.5.0-GCCcore-11.3.0.eb +++ b/easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-3.6.1-GCCcore-13.3.0.eb @@ -1,7 +1,7 @@ easyblock = 'PythonBundle' name = 'pytest-xdist' -version = '2.5.0' +version = '3.6.1' homepage = 'https://github.com/pytest-dev/pytest-xdist' description = """xdist: pytest distributed testing plugin @@ -27,30 +27,32 @@ program source code to the remote place. All test results are reported back and displayed to your local terminal. You may specify different Python versions and interpreters.""" -toolchain = {'name': 'GCCcore', 'version': '11.3.0'} +toolchain = {'name': 'GCCcore', 'version': '13.3.0'} -builddependencies = [('binutils', '2.38')] +builddependencies = [ + ('binutils', '2.42'), + ('hatchling', '1.24.2'), +] dependencies = [ - ('Python', '3.10.4'), + ('Python', '3.12.3'), + ('pytest', '8.3.3'), ] use_pip = True sanity_pip_check = True exts_list = [ - ('apipkg', '1.5', { - 'checksums': ['37228cda29411948b422fae072f57e31d3396d2ee1c9783775980ee9c9990af6'], - }), - ('execnet', '1.9.0', { - 'checksums': ['8f694f3ba9cc92cab508b152dcfe322153975c29bda272e2fd7f3f00f36e47c5'], + ('apipkg', '3.0.2', { + 'checksums': ['c7aa61a4f82697fdaa667e70af1505acf1f7428b1c27b891d204ba7a8a3c5e0d'], }), - ('pytest-forked', '1.4.0', { - 'checksums': ['8b67587c8f98cbbadfdd804539ed5455b6ed03802203485dd2f53c1422d7440e'], + ('execnet', '2.1.1', { + 'checksums': ['5189b52c6121c24feae288166ab41b32549c7e2348652736540b9e6e7d4e72e3'], }), (name, version, { 'modulename': 'xdist', - 'checksums': ['4580deca3ff04ddb2ac53eba39d76cb5dd5edeac050cb6fbc768b0dd712b4edf'], + 'source_tmpl': 'pytest_xdist-%(version)s.tar.gz', + 'checksums': ['ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d'], }), ] ```
Diff against pytest-xdist-2.5.0-GCCcore-11.2.0.eb [easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-2.5.0-GCCcore-11.2.0.eb](https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-2.5.0-GCCcore-11.2.0.eb) ```diff diff --git a/easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-2.5.0-GCCcore-11.2.0.eb b/easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-3.6.1-GCCcore-13.3.0.eb index 073e6f7d23..254e2c6a8b 100644 --- a/easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-2.5.0-GCCcore-11.2.0.eb +++ b/easybuild/easyconfigs/p/pytest-xdist/pytest-xdist-3.6.1-GCCcore-13.3.0.eb @@ -1,7 +1,7 @@ easyblock = 'PythonBundle' name = 'pytest-xdist' -version = '2.5.0' +version = '3.6.1' homepage = 'https://github.com/pytest-dev/pytest-xdist' description = """xdist: pytest distributed testing plugin @@ -27,30 +27,32 @@ program source code to the remote place. All test results are reported back and displayed to your local terminal. You may specify different Python versions and interpreters.""" -toolchain = {'name': 'GCCcore', 'version': '11.2.0'} +toolchain = {'name': 'GCCcore', 'version': '13.3.0'} -builddependencies = [('binutils', '2.37')] +builddependencies = [ + ('binutils', '2.42'), + ('hatchling', '1.24.2'), +] dependencies = [ - ('Python', '3.9.6'), + ('Python', '3.12.3'), + ('pytest', '8.3.3'), ] use_pip = True sanity_pip_check = True exts_list = [ - ('apipkg', '1.5', { - 'checksums': ['37228cda29411948b422fae072f57e31d3396d2ee1c9783775980ee9c9990af6'], - }), - ('execnet', '1.9.0', { - 'checksums': ['8f694f3ba9cc92cab508b152dcfe322153975c29bda272e2fd7f3f00f36e47c5'], + ('apipkg', '3.0.2', { + 'checksums': ['c7aa61a4f82697fdaa667e70af1505acf1f7428b1c27b891d204ba7a8a3c5e0d'], }), - ('pytest-forked', '1.4.0', { - 'checksums': ['8b67587c8f98cbbadfdd804539ed5455b6ed03802203485dd2f53c1422d7440e'], + ('execnet', '2.1.1', { + 'checksums': ['5189b52c6121c24feae288166ab41b32549c7e2348652736540b9e6e7d4e72e3'], }), (name, version, { 'modulename': 'xdist', - 'checksums': ['4580deca3ff04ddb2ac53eba39d76cb5dd5edeac050cb6fbc768b0dd712b4edf'], + 'source_tmpl': 'pytest_xdist-%(version)s.tar.gz', + 'checksums': ['ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d'], }), ] ```

Updated software pytest-8.3.3-GCCcore-13.3.0.eb

Diff against pytest-4.6.11-GCC-12.3.0-Python-2.7.18.eb [easybuild/easyconfigs/p/pytest/pytest-4.6.11-GCC-12.3.0-Python-2.7.18.eb](https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/p/pytest/pytest-4.6.11-GCC-12.3.0-Python-2.7.18.eb) ```diff diff --git a/easybuild/easyconfigs/p/pytest/pytest-4.6.11-GCC-12.3.0-Python-2.7.18.eb b/easybuild/easyconfigs/p/pytest/pytest-8.3.3-GCCcore-13.3.0.eb index 470efa5624..0701b7af34 100644 --- a/easybuild/easyconfigs/p/pytest/pytest-4.6.11-GCC-12.3.0-Python-2.7.18.eb +++ b/easybuild/easyconfigs/p/pytest/pytest-8.3.3-GCCcore-13.3.0.eb @@ -1,102 +1,72 @@ easyblock = 'PythonBundle' name = 'pytest' -version = '4.6.11' -versionsuffix = '-Python-%(pyver)s' +version = '8.3.3' -homepage = 'https://pytest.org' -description = """pytest: simple powerful testing with Python""" +homepage = 'https://docs.pytest.org/en/latest/' +description = """The pytest framework makes it easy to write small, +readable tests, and can scale to support complex functional testing for +applications and libraries.""" -toolchain = {'name': 'GCC', 'version': '12.3.0'} +toolchain = {'name': 'GCCcore', 'version': '13.3.0'} -dependencies = [('Python', '2.7.18')] +builddependencies = [ + ('binutils', '2.42'), + ('hatchling', '1.24.2'), +] + +dependencies = [ + ('Python', '3.12.3'), + ('Python-bundle-PyPI', '2024.06'), +] use_pip = True -sanity_pip_check = True + +exts_default_options = {'source_urls': [PYPI_LOWER_SOURCE]} + +# Note! Some of the file system related tests may fail on shared file systems. +# Notably TestPOSIXLocalPath.test_copy_stat_file, TestPOSIXLocalPath.test_copy_stat_dir +# and test_source_mtime_long_long are known to fail on GPFS +# Build with buildpath and tmpdir set to a local file system to avoid this +# or use --ignore-test-failures +_skip_tests = [ + 'testing/io/test_terminalwriter.py', + 'testing/test_terminal.py', + 'testing/test_debugging.py', + 'testing/test_config.py', + 'testing/test_helpconfig.py', +] +_ignore_tests = ' --ignore='.join(_skip_tests) exts_list = [ - ('contextlib2', '0.6.0.post1', { - 'source_tmpl': SOURCE_WHL, - 'checksums': ['3355078a159fbb44ee60ea80abd0d87b80b78c248643b49aa6d94673b413609b'], - }), - ('zipp', '1.2.0', { - 'source_tmpl': SOURCE_WHL, - 'checksums': ['e0d9e63797e483a30d27e09fffd308c59a700d365ec34e93cc100844168bf921'], - }), - ('importlib_metadata', '2.1.3', { - 'source_tmpl': SOURCE_WHL, - 'checksums': ['52e65a0856f9ba7ea8f2c4ced253fb6c88d1a8c352cb1e916cff4eb17d5a693d'], - }), - ('typing', '3.10.0.0', { - 'source_tmpl': SOURCE_PY2_WHL, - 'checksums': ['c7219ef20c5fbf413b4567092adfc46fa6203cb8454eda33c3fc1afe1398a308'], - }), - ('py', '1.11.0', { - 'source_tmpl': SOURCE_WHL, - 'checksums': ['607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378'], + ('setuptools-scm', '8.1.0', { + 'source_tmpl': 'setuptools_scm-%(version)s.tar.gz', + 'checksums': ['42dea1b65771cba93b7a515d65a65d8246e560768a66b9106a592c8e7f26c8a7'], }), - ('attrs', '21.4.0', { - 'modulename': 'attr', - 'source_tmpl': SOURCE_WHL, - 'checksums': ['2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4'], + ('flit-core', '3.10.1', { + 'source_tmpl': 'flit_core-%(version)s.tar.gz', + 'checksums': ['66e5b87874a0d6e39691f0e22f09306736b633548670ad3c09ec9db03c5662f7'], }), - ('pluggy', '0.13.1', { - 'source_tmpl': SOURCE_WHL, - 'checksums': ['966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d'], + ('hypothesis', '6.119.0', { + 'checksums': ['ca441c6ef55d17f27f642fa08657e80f9c13d9da7ae191c8ad58fbc2f16acd1b'], }), - ('atomicwrites', '1.4.1', { - 'checksums': ['81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11'], + ('elementpath', '4.6.0', { + 'checksums': ['ba46bf07f66774927727ade55022b6c435fac06b2523cb3cd7689a1884d33468'], }), - ('more_itertools', '5.0.0', { - 'source_tmpl': SOURCE_PY2_WHL, - 'checksums': ['c0a5785b1109a6bd7fac76d6837fd1feca158e54e521ccd2ae8bfe393cc9d4fc'], - }), - ('scandir', '1.10.0', { - 'checksums': ['4d4631f6062e658e9007ab3149a9b914f3548cb38bfb021c64f39a025ce578ae'], - }), - ('pathlib2', '2.3.7.post1', { - 'source_tmpl': SOURCE_WHL, - 'checksums': ['5266a0fd000452f1b3467d782f079a4343c63aaa119221fbdc4e39577489ca5b'], - }), - ('six', '1.16.0', { - 'source_tmpl': SOURCE_WHL, - 'checksums': ['8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254'], - }), - ('funcsigs', '1.0.2', { - 'source_tmpl': SOURCE_WHL, - 'checksums': ['330cc27ccbf7f1e992e69fef78261dc7c6569012cf397db8d3de0234e6c937ca'], - }), - ('configparser', '4.0.2', { - 'source_tmpl': SOURCE_WHL, - 'checksums': ['254c1d9c79f60c45dfde850850883d5aaa7f19a23f13561243a050d5a7c3fe4c'], - }), - ('pyparsing', '2.4.7', { - 'source_tmpl': SOURCE_WHL, - 'checksums': ['ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b'], - }), - ('packaging', '20.9', { - 'source_tmpl': SOURCE_WHL, - 'checksums': ['67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a'], - }), - ('backports.functools_lru_cache', '1.6.6', { - 'source_tmpl': SOURCE_WHL, - 'checksums': ['77e27d0ffbb463904bdd5ef8b44363f6cd5ef503e664b3f599a3bf5843ed37cf'], - }), - ('wcwidth', '0.2.13', { - 'source_tmpl': SOURCE_WHL, - 'checksums': ['3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859'], + ('xmlschema', '3.4.3', { + 'checksums': ['0c638dac81c7d6c9da9a8d7544402c48cffe7ee0e13cc47fc0c18794d1395dfb'], }), (name, version, { - 'source_tmpl': SOURCE_WHL, - 'checksums': ['a00a7d79cbbdfa9d21e7d0298392a8dd4123316bfac545075e6f8f24c94d8c97'], + 'checksums': ['70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181'], }), ] -sanity_check_paths = { - 'files': ['bin/pytest'], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], -} +sanity_check_commands = [ + "python -c 'import pytest'", + 'cd %%(builddir)s/%%(name)s/%%(name)s-%%(version)s && %%(installdir)s/bin/pytest --ignore=%s testing' + % _ignore_tests, +] -sanity_check_commands = ['pytest --help'] +sanity_pip_check = True -moduleclass = 'tools' +moduleclass = 'lib' ```
Diff against pytest-7.4.2-GCCcore-12.3.0.eb [easybuild/easyconfigs/p/pytest/pytest-7.4.2-GCCcore-12.3.0.eb](https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/p/pytest/pytest-7.4.2-GCCcore-12.3.0.eb) ```diff diff --git a/easybuild/easyconfigs/p/pytest/pytest-7.4.2-GCCcore-12.3.0.eb b/easybuild/easyconfigs/p/pytest/pytest-8.3.3-GCCcore-13.3.0.eb index 45ab5fae48..0701b7af34 100644 --- a/easybuild/easyconfigs/p/pytest/pytest-7.4.2-GCCcore-12.3.0.eb +++ b/easybuild/easyconfigs/p/pytest/pytest-8.3.3-GCCcore-13.3.0.eb @@ -1,24 +1,23 @@ easyblock = 'PythonBundle' name = 'pytest' -version = '7.4.2' +version = '8.3.3' homepage = 'https://docs.pytest.org/en/latest/' description = """The pytest framework makes it easy to write small, readable tests, and can scale to support complex functional testing for applications and libraries.""" -toolchain = {'name': 'GCCcore', 'version': '12.3.0'} +toolchain = {'name': 'GCCcore', 'version': '13.3.0'} builddependencies = [ - ('binutils', '2.40'), - ('hatchling', '1.18.0'), - ('flit', '3.9.0'), + ('binutils', '2.42'), + ('hatchling', '1.24.2'), ] dependencies = [ - ('Python', '3.11.3'), - ('hypothesis', '6.82.0'), + ('Python', '3.12.3'), + ('Python-bundle-PyPI', '2024.06'), ] use_pip = True @@ -40,23 +39,25 @@ _skip_tests = [ _ignore_tests = ' --ignore='.join(_skip_tests) exts_list = [ - ('iniconfig', '2.0.0', { - 'checksums': ['2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3'], + ('setuptools-scm', '8.1.0', { + 'source_tmpl': 'setuptools_scm-%(version)s.tar.gz', + 'checksums': ['42dea1b65771cba93b7a515d65a65d8246e560768a66b9106a592c8e7f26c8a7'], }), - ('exceptiongroup', '1.1.1', { - 'checksums': ['d484c3090ba2889ae2928419117447a14daf3c1231d5e30d0aae34f354f01785'], + ('flit-core', '3.10.1', { + 'source_tmpl': 'flit_core-%(version)s.tar.gz', + 'checksums': ['66e5b87874a0d6e39691f0e22f09306736b633548670ad3c09ec9db03c5662f7'], }), - ('pluggy', '1.2.0', { - 'checksums': ['d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3'], + ('hypothesis', '6.119.0', { + 'checksums': ['ca441c6ef55d17f27f642fa08657e80f9c13d9da7ae191c8ad58fbc2f16acd1b'], }), - ('elementpath', '4.1.5', { - 'checksums': ['c2d6dc524b29ef751ecfc416b0627668119d8812441c555d7471da41d4bacb8d'], + ('elementpath', '4.6.0', { + 'checksums': ['ba46bf07f66774927727ade55022b6c435fac06b2523cb3cd7689a1884d33468'], }), - ('xmlschema', '2.5.0', { - 'checksums': ['276a03e0fd3c94c148d528bff4d9482f9b99bf8c7b4056a2e8e703d28149d454'], + ('xmlschema', '3.4.3', { + 'checksums': ['0c638dac81c7d6c9da9a8d7544402c48cffe7ee0e13cc47fc0c18794d1395dfb'], }), (name, version, { - 'checksums': ['a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069'], + 'checksums': ['70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181'], }), ] ```
Diff against pytest-7.2.2-GCCcore-11.2.0.eb [easybuild/easyconfigs/p/pytest/pytest-7.2.2-GCCcore-11.2.0.eb](https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/p/pytest/pytest-7.2.2-GCCcore-11.2.0.eb) ```diff diff --git a/easybuild/easyconfigs/p/pytest/pytest-7.2.2-GCCcore-11.2.0.eb b/easybuild/easyconfigs/p/pytest/pytest-8.3.3-GCCcore-13.3.0.eb index 8f1d64d752..0701b7af34 100644 --- a/easybuild/easyconfigs/p/pytest/pytest-7.2.2-GCCcore-11.2.0.eb +++ b/easybuild/easyconfigs/p/pytest/pytest-8.3.3-GCCcore-13.3.0.eb @@ -1,21 +1,23 @@ easyblock = 'PythonBundle' name = 'pytest' -version = '7.2.2' +version = '8.3.3' homepage = 'https://docs.pytest.org/en/latest/' description = """The pytest framework makes it easy to write small, readable tests, and can scale to support complex functional testing for applications and libraries.""" -toolchain = {'name': 'GCCcore', 'version': '11.2.0'} +toolchain = {'name': 'GCCcore', 'version': '13.3.0'} builddependencies = [ - ('binutils', '2.37'), + ('binutils', '2.42'), + ('hatchling', '1.24.2'), ] dependencies = [ - ('Python', '3.9.6'), + ('Python', '3.12.3'), + ('Python-bundle-PyPI', '2024.06'), ] use_pip = True @@ -37,35 +39,25 @@ _skip_tests = [ _ignore_tests = ' --ignore='.join(_skip_tests) exts_list = [ - ('tomli', '2.0.1', { - 'checksums': ['de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f'], - }), - ('setuptools-scm', '7.1.0', { + ('setuptools-scm', '8.1.0', { 'source_tmpl': 'setuptools_scm-%(version)s.tar.gz', - 'checksums': ['6c508345a771aad7d56ebff0e70628bf2b0ec7573762be9960214730de278f27'], + 'checksums': ['42dea1b65771cba93b7a515d65a65d8246e560768a66b9106a592c8e7f26c8a7'], }), - ('flit-core', '3.8.0', { + ('flit-core', '3.10.1', { 'source_tmpl': 'flit_core-%(version)s.tar.gz', - 'checksums': ['b305b30c99526df5e63d6022dd2310a0a941a187bd3884f4c8ef0418df6c39f3'], - }), - ('flit-scm', '1.7.0', { - 'source_tmpl': 'flit_scm-%(version)s.tar.gz', - 'checksums': ['961bd6fb24f31bba75333c234145fff88e6de0a90fc0f7e5e7c79deca69f6bb2'], - }), - ('exceptiongroup', '1.1.0', { - 'checksums': ['bcb67d800a4497e1b404c2dd44fca47d3b7a5e5433dbab67f96c1a685cdfdf23'], + 'checksums': ['66e5b87874a0d6e39691f0e22f09306736b633548670ad3c09ec9db03c5662f7'], }), - ('hypothesis', '6.54.6', { - 'checksums': ['2d5e2d5ccd0efce4e0968a6164f4e4853f808e33f4d91490c975c98beec0c7c3'], + ('hypothesis', '6.119.0', { + 'checksums': ['ca441c6ef55d17f27f642fa08657e80f9c13d9da7ae191c8ad58fbc2f16acd1b'], }), - ('elementpath', '4.0.1', { - 'checksums': ['1162e4c8e5501bd36291b668f4449b8125fea5ef64a26da8d71da31126725aa5'], + ('elementpath', '4.6.0', { + 'checksums': ['ba46bf07f66774927727ade55022b6c435fac06b2523cb3cd7689a1884d33468'], }), - ('xmlschema', '2.2.2', { - 'checksums': ['0caa96668807b4b51c42a0fe2b6610752bc59f069615df3e34dcfffb962973fd'], + ('xmlschema', '3.4.3', { + 'checksums': ['0c638dac81c7d6c9da9a8d7544402c48cffe7ee0e13cc47fc0c18794d1395dfb'], }), (name, version, { - 'checksums': ['c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4'], + 'checksums': ['70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181'], }), ] ```
smoors commented 2 days ago

@boegelbot please test @ jsc-zen3

boegelbot commented 2 days ago

@smoors: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de

PR test command 'if [[ develop != 'develop' ]]; then EB_BRANCH=develop ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=/home/boegelbot/easybuild/develop source init_env_easybuild_develop.sh; fi; EB_PR=21879 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_21879 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

Test results coming soon (I hope)...

*- notification for comment with ID 2489145311 processed* *Message to humans: this is just bookkeeping information for me, it is of no use to you (unless you think I have a bug, which I don't).*
boegelbot commented 2 days ago

Test report by @boegelbot SUCCESS Build succeeded for 2 out of 2 (2 easyconfigs in total) jsczen3c1.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.4, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.18 See https://gist.github.com/boegelbot/17a5ea9f145435ed7b9690e37ba2f735 for a full test report.

smoors commented 1 day ago

@boegelbot: please test @ generoso

boegelbot commented 1 day ago

@smoors: Request for testing this PR well received on login1

PR test command 'EB_PR=21879 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs /opt/software/slurm/bin/sbatch --job-name test_PR_21879 --ntasks=4 ~/boegelbot/eb_from_pr_upload_generoso.sh' executed!

Test results coming soon (I hope)...

*- notification for comment with ID 2490223870 processed* *Message to humans: this is just bookkeeping information for me, it is of no use to you (unless you think I have a bug, which I don't).*
boegelbot commented 1 day ago

Test report by @boegelbot SUCCESS Build succeeded for 2 out of 2 (2 easyconfigs in total) cns1 - Linux Rocky Linux 8.9, x86_64, Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz (haswell), Python 3.6.8 See https://gist.github.com/boegelbot/13eb61164060d119fd6d2115fd603972 for a full test report.