Skip to content

Comments

Add a few TS tests#499

Merged
nsoranzo merged 7 commits intogalaxyproject:mainfrom
bernt-matthias:topic/tstests
Mar 24, 2025
Merged

Add a few TS tests#499
nsoranzo merged 7 commits intogalaxyproject:mainfrom
bernt-matthias:topic/tstests

Conversation

@bernt-matthias
Copy link
Contributor

No description provided.

@bernt-matthias bernt-matthias marked this pull request as draft March 17, 2025 14:03
@bernt-matthias bernt-matthias marked this pull request as ready for review March 17, 2025 19:08
@bernt-matthias bernt-matthias changed the title WIP Try to add TS tests Add a few TS tests Mar 17, 2025
bernt-matthias and others added 2 commits March 23, 2025 15:35
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 nsoranzo merged commit 4c8e509 into galaxyproject:main Mar 24, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants