Skip to content

Commit c66bb37

Browse files
authored
Merge pull request #21 from common-workflow-language/requires-io-master
[requires.io] dependency update on master branch
2 parents 2d081a0 + 922cc71 commit c66bb37

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cwltest/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ def run_test(args, i, tests): # type: (argparse.Namespace, int, List[Dict[str,
177177
# Add additional arguments given in test case
178178
for testarg in args.testargs:
179179
(test_case_name, prefix) = testarg.split('==')
180-
print test_case_name
181180
if test_case_name in t:
182181
test_command.extend([prefix, t[test_case_name]])
183182

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
schema-salad >= 1.14
2-
typing >= 3.5.3, < 3.6; python_version < '3.5'
2+
typing>=3.6,<3.7; python_version < '3.5'
33
futures >= 3.0.5; python_version == '2.7'
44
junit-xml >= 1.7

0 commit comments

Comments
 (0)