Merged
Conversation
f97a83f to
410ba91
Compare
410ba91 to
6cf0642
Compare
4ce18e0 to
64c6ac9
Compare
nsoranzo
reviewed
Mar 21, 2025
Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
Under Python 3 (used on CI), these tests fail with: ``` 2025-03-23T14:50:39.1785054Z galaxy.tool_shed.util.hg_util ERROR 2025-03-23 14:49:10,252 Error cloning repository: Command '['hg', 'clone', '-r', '7', 'https://toolshed.g2.bx.psu.edu/repos/iuc/ampvis2_alpha_diversity', '/tmp/tmp.v7l6JdnDRz/shed_tools/toolshed.g2.bx.psu.edu/repos/iuc/ampvis2_alpha_diversity/c14c7fd4d1be/ampvis2_alpha_diversity']' returned non-zero exit status 1. 2025-03-23T14:50:39.1785127Z Output was: 2025-03-23T14:50:39.1785222Z Traceback (most recent call last): 2025-03-23T14:50:39.1785629Z File "/home/runner/work/bioblend/bioblend/galaxy-release_20.01/.venv/bin/hg", line 36, in <module> 2025-03-23T14:50:39.1785712Z dispatch.run() 2025-03-23T14:50:39.1786146Z File "/opt/hostedtoolcache/Python/3.7.17/x64/lib/python3.7/importlib/util.py", line 245, in __getattribute__ 2025-03-23T14:50:39.1786252Z self.__spec__.loader.exec_module(self) 2025-03-23T14:50:39.1786453Z File "<frozen importlib._bootstrap_external>", line 728, in exec_module 2025-03-23T14:50:39.1786679Z File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed 2025-03-23T14:50:39.1787151Z File "/home/runner/work/bioblend/bioblend/galaxy-release_20.01/.venv/lib/python3.7/site-packages/mercurial/dispatch.py", line 22, in <module> 2025-03-23T14:50:39.1787231Z from .i18n import _ 2025-03-23T14:50:39.1787558Z File "/opt/hostedtoolcache/Python/3.7.17/x64/lib/python3.7/importlib/util.py", line 245, in __getattribute__ 2025-03-23T14:50:39.1787652Z self.__spec__.loader.exec_module(self) 2025-03-23T14:50:39.1788291Z File "/home/runner/work/bioblend/bioblend/galaxy-release_20.01/.venv/lib/python3.7/site-packages/mercurial/i18n.py", line 15, in <module> 2025-03-23T14:50:39.1788381Z from .pycompat import getattr 2025-03-23T14:50:39.1788937Z ImportError: cannot import name 'getattr' from 'mercurial.pycompat' (/home/runner/work/bioblend/bioblend/galaxy-release_20.01/.venv/lib/python3.7/site-packages/mercurial/pycompat.py) ```
nsoranzo
approved these changes
Mar 24, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.