mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update tests/test_versions_yml.py
Co-authored-by: Fabian Egli <fabianegli@users.noreply.github.com>
This commit is contained in:
parent
e75dd10667
commit
6a1cbce0f5
1 changed files with 1 additions and 1 deletions
|
@ -56,5 +56,5 @@ def test_ensure_valid_version_yml(workflow_dir):
|
|||
assert len(software_versions), "There must be at least one version emitted."
|
||||
for tool, version in software_versions.items():
|
||||
assert re.match(
|
||||
r"(^\d+.*|^[a-z0-9]{40}$)", str(version)
|
||||
r"(^\d+.*|^[a-f0-9]{40}$)", str(version)
|
||||
), f"Version number for {tool} must start with a number. "
|
||||
|
|
Loading…
Reference in a new issue