You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/lib/python3.12/unittest/runner.py", line 152, in printErrors
self.stream.writeln(f"UNEXPECTED SUCCESS: {self.getDescription(test)}")
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/lib/python3.12/unittest/runner.py", line 50, in getDescription
doc_first_line = test.shortDescription()
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'tuple' object has no attribute 'shortDescription'
This will be fixed by xmlrunner/unittest-xml-reporting#274 which is not yet merged but looks correct. So I just picked that commit to avoid this in our Python 3.11/3.12 EasyConfigs
Test report by @Flamefire SUCCESS
Build succeeded for 4 out of 4 (4 easyconfigs in total)
login3.barnard.hpc.tu-dresden.de - Linux RHEL 8.9 (Ootpa), x86_64, Intel(R) Xeon(R) Platinum 8470 (icelake), Python 3.8.17
See https://gist.github.com/Flamefire/3113368a57e62c741effe3073c81ae45 for a full test report.
Test report by @Flamefire SUCCESS
Build succeeded for 4 out of 4 (4 easyconfigs in total)
login1.romeo.hpc.tu-dresden.de - Linux Rocky Linux 8.9 (Green Obsidian), x86_64, AMD EPYC 7702 64-Core Processor (zen2), Python 3.8.17
See https://gist.github.com/Flamefire/8764b50efbf3cc0cd303f50536431856 for a full test report.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(created using
eb --new-pr)During a test on foss/2024a I've seen
This will be fixed by xmlrunner/unittest-xml-reporting#274 which is not yet merged but looks correct. So I just picked that commit to avoid this in our Python 3.11/3.12 EasyConfigs