{devel}[GCCcore/15.2.0] ReFrame v4.10.2 - #26645
Conversation
Updated software
|
|
Test report by @casparvl |
|
@boegelbot please test @ jsc-zen3 |
|
Test report by @casparvl |
|
@casparvl: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 5273121645 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
… installation setup for ReFrame 4.10.X and beyond Co-authored-by: Caspar van Leeuwen <33718780+casparvl@users.noreply.github.com>
|
@boegelbot please test @ jsc-zen3 |
|
@casparvl: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 5281795489 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
| ('PyYAML', '6.0.3'), | ||
| ('archspec', '0.2.6'), | ||
| ('lxml', '6.1.1'), | ||
| # ('polars', '1.41.2'), # Optional, requires bumping the toolchain to gfbf |
There was a problem hiding this comment.
pip check of the build failed with:
reframe-hpc 4.10.2 requires polars, which is not installed.
So I guess we should enable this?
There was a problem hiding this comment.
Though my test with adding 'use_pip_extras': 'no-analytics', showed the same problem.
(created using
eb --new-pr)Edit: I'm still building up the deps, so I haven't actually been able to test this PR yet. Anyway, it provides a starting point...
Note that ReFrame substantially changed their installation procedure in 4.10.X. It is
pyproject.toml-based now, and the deps are no longer provided through anexternaldirectory. I.e. the EasyConfig now lists way more dependencies then before. I haven't checked if the defaults from ReFrame now make sure that this environment isn't propagated into the tests - I assume so. Anyway, the explicitRFM_PURGE_ENVIRONMENT=1set in the module should make sure that the python environment needed by the reframe runtime doesn't leak into the tests.