Skip to content

Commit e922b6b

Browse files
committed
fix tests with modern md5sum container
1 parent 1deb372 commit e922b6b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
requires-python = "~=3.7"
2525
dependencies = [
26-
"connexion >= 2.0.2, < 3",
26+
"connexion[swagger-ui] >= 2.0.2, < 3",
2727
"ruamel.yaml >= 0.15.78",
2828
"schema-salad",
2929
]

test/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def setUpClass(cls):
2222
# cwl
2323
cls.cwl_dockstore_url = (
2424
"https://dockstore.org/api/ga4gh/trs/v2/tools/"
25-
"github.com%2Fbrianoconnor%2Fdockstore-tool-md5sum/versions/"
25+
"github.com%2Fmr-c%2Fdockstore-tool-md5sum/versions/"
2626
"master/PLAIN_CWL/descriptor//Dockstore.cwl"
2727
)
2828
cls.cwl_local_path = "file://" + os.path.abspath("testdata/md5sum.cwl")

testdata/dockstore-tool-md5sum.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ doc: |
2222

2323
requirements:
2424
- class: DockerRequirement
25-
dockerPull: quay.io/briandoconnor/dockstore-tool-md5sum:1.0.4
25+
dockerPull: quay.io/mr_c/dockstore-tool-md5sum:1.0.4
2626
- class: InlineJavascriptRequirement
2727

2828
hints:

testdata/md5sum.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ task md5 {
1010
}
1111

1212
runtime {
13-
docker: "quay.io/briandoconnor/dockstore-tool-md5sum:1.0.4"
13+
docker: "quay.io/mr_c/dockstore-tool-md5sum:1.0.4"
1414
cpu: 1
1515
memory: "512 MB"
1616
}

0 commit comments

Comments
 (0)