Skip to content

Commit c5d72ec

Browse files
authored
Merge pull request #274 from common-workflow-language/drop-cwltest-dep
cwltest is not required, don't depend on it
2 parents 891891e + 5f8121a commit c5d72ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
'rdflib >= 4.2.0, < 4.3.0',
4949
'shellescape >= 3.4.1, < 3.5',
5050
'schema-salad >= 2.2.20170111180227, < 3',
51-
'typing >= 3.5.2, < 3.6',
52-
'cwltest >= 1.0.20161227194859'
51+
'typing >= 3.5.2, < 3.6'
5352
],
5453
test_suite='tests',
5554
tests_require=[],

0 commit comments

Comments
 (0)